class Aws::CognitoIdentityProvider::Types::ListUsersInGroupRequest
@note When making an API call, you may pass ListUsersInGroupRequest
data as a hash: { user_pool_id: "UserPoolIdType", # required group_name: "GroupNameType", # required limit: 1, next_token: "PaginationKey", }
@!attribute [rw] user_pool_id
The user pool ID for the user pool. @return [String]
@!attribute [rw] group_name
The name of the group. @return [String]
@!attribute [rw] limit
The limit of the request to list users. @return [Integer]
@!attribute [rw] next_token
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/cognito-idp-2016-04-18/ListUsersInGroupRequest AWS API Documentation
Constants
- SENSITIVE