class Aws::CognitoIdentityProvider::Types::AdminAddUserToGroupRequest
@note When making an API call, you may pass AdminAddUserToGroupRequest
data as a hash: { user_pool_id: "UserPoolIdType", # required username: "UsernameType", # required group_name: "GroupNameType", # required }
@!attribute [rw] user_pool_id
The user pool ID for the user pool. @return [String]
@!attribute [rw] username
The username for the user. @return [String]
@!attribute [rw] group_name
The group name. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/cognito-idp-2016-04-18/AdminAddUserToGroupRequest AWS API Documentation
Constants
- SENSITIVE