class Aws::WorkDocs::Types::DescribeGroupsRequest

@note When making an API call, you may pass DescribeGroupsRequest

data as a hash:

    {
      authentication_token: "AuthenticationHeaderType",
      search_query: "SearchQueryType", # required
      organization_id: "IdType",
      marker: "MarkerType",
      limit: 1,
    }

@!attribute [rw] authentication_token

Amazon WorkDocs authentication token. Not required when using AWS
administrator credentials to access the API.
@return [String]

@!attribute [rw] search_query

A query to describe groups by group name.
@return [String]

@!attribute [rw] organization_id

The ID of the organization.
@return [String]

@!attribute [rw] marker

The marker for the next set of results. (You received this marker
from a previous call.)
@return [String]

@!attribute [rw] limit

The maximum number of items to return with this call.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/workdocs-2016-05-01/DescribeGroupsRequest AWS API Documentation

Constants

SENSITIVE