class Aws::CognitoIdentityProvider::Types::AdminListGroupsForUserRequest

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

data as a hash:

    {
      username: "UsernameType", # required
      user_pool_id: "UserPoolIdType", # required
      limit: 1,
      next_token: "PaginationKey",
    }

@!attribute [rw] username

The username for the user.
@return [String]

@!attribute [rw] user_pool_id

The user pool ID for the user pool.
@return [String]

@!attribute [rw] limit

The limit of the request to list groups.
@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/AdminListGroupsForUserRequest AWS API Documentation

Constants

SENSITIVE