Class: Aws::CognitoIdentityProvider::Types::UpdateGroupRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A string containing the new description of the group.

Returns:

  • (String)


8535
8536
8537
8538
8539
8540
8541
8542
8543
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8535

class UpdateGroupRequest < Struct.new(
  :group_name,
  :user_pool_id,
  :description,
  :role_arn,
  :precedence)
  SENSITIVE = []
  include Aws::Structure
end

#group_nameString

The name of the group.

Returns:

  • (String)


8535
8536
8537
8538
8539
8540
8541
8542
8543
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8535

class UpdateGroupRequest < Struct.new(
  :group_name,
  :user_pool_id,
  :description,
  :role_arn,
  :precedence)
  SENSITIVE = []
  include Aws::Structure
end

#precedenceInteger

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

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

Returns:

  • (Integer)


8535
8536
8537
8538
8539
8540
8541
8542
8543
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8535

class UpdateGroupRequest < Struct.new(
  :group_name,
  :user_pool_id,
  :description,
  :role_arn,
  :precedence)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The new role Amazon Resource Name (ARN) for the group. This is used for setting the ‘cognito:roles` and `cognito:preferred_role` claims in the token.

Returns:

  • (String)


8535
8536
8537
8538
8539
8540
8541
8542
8543
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8535

class UpdateGroupRequest < Struct.new(
  :group_name,
  :user_pool_id,
  :description,
  :role_arn,
  :precedence)
  SENSITIVE = []
  include Aws::Structure
end

#user_pool_idString

The user pool ID for the user pool.

Returns:

  • (String)


8535
8536
8537
8538
8539
8540
8541
8542
8543
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8535

class UpdateGroupRequest < Struct.new(
  :group_name,
  :user_pool_id,
  :description,
  :role_arn,
  :precedence)
  SENSITIVE = []
  include Aws::Structure
end