Class: Aws::CognitoIdentityProvider::Types::UpdateGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::UpdateGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A string containing the new description of the group.
-
#group_name ⇒ String
The name of the group.
-
#precedence ⇒ Integer
The new precedence value for the group.
-
#role_arn ⇒ String
The new role Amazon Resource Name (ARN) for the group.
-
#user_pool_id ⇒ String
The user pool ID for the user pool.
Instance Attribute Details
#description ⇒ String
A string containing the new description of the group.
8820 8821 8822 8823 8824 8825 8826 8827 8828 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8820 class UpdateGroupRequest < Struct.new( :group_name, :user_pool_id, :description, :role_arn, :precedence) SENSITIVE = [] include Aws::Structure end |
#group_name ⇒ String
The name of the group.
8820 8821 8822 8823 8824 8825 8826 8827 8828 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8820 class UpdateGroupRequest < Struct.new( :group_name, :user_pool_id, :description, :role_arn, :precedence) SENSITIVE = [] include Aws::Structure end |
#precedence ⇒ Integer
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
8820 8821 8822 8823 8824 8825 8826 8827 8828 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8820 class UpdateGroupRequest < Struct.new( :group_name, :user_pool_id, :description, :role_arn, :precedence) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
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.
8820 8821 8822 8823 8824 8825 8826 8827 8828 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8820 class UpdateGroupRequest < Struct.new( :group_name, :user_pool_id, :description, :role_arn, :precedence) SENSITIVE = [] include Aws::Structure end |
#user_pool_id ⇒ String
The user pool ID for the user pool.
8820 8821 8822 8823 8824 8825 8826 8827 8828 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8820 class UpdateGroupRequest < Struct.new( :group_name, :user_pool_id, :description, :role_arn, :precedence) SENSITIVE = [] include Aws::Structure end |