class Aws::CognitoIdentityProvider::Types::UpdateGroupRequest

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

data as a hash:

    {
      group_name: "GroupNameType", # required
      user_pool_id: "UserPoolIdType", # required
      description: "DescriptionType",
      role_arn: "ArnType",
      precedence: 1,
    }

@!attribute [rw] group_name

The name of the group.
@return [String]

@!attribute [rw] user_pool_id

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

@!attribute [rw] description

A string containing the new description of the group.
@return [String]

@!attribute [rw] role_arn

The new role ARN for the group. This is used for setting the
`cognito:roles` and `cognito:preferred_role` claims in the token.
@return [String]

@!attribute [rw] precedence

The new precedence value for the group. For more information about
this parameter, see [CreateGroup][1].

[1]: https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_CreateGroup.html
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/cognito-idp-2016-04-18/UpdateGroupRequest AWS API Documentation

Constants

SENSITIVE