Class: Aws::CognitoIdentityProvider::Types::UpdateGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::UpdateGroupResponse
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group ⇒ Types::GroupType
Contains the updated details of the group, including precedence, IAM role, and description.
Instance Attribute Details
#group ⇒ Types::GroupType
Contains the updated details of the group, including precedence, IAM role, and description.
11408 11409 11410 11411 11412 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 11408 class UpdateGroupResponse < Struct.new( :group) SENSITIVE = [] include Aws::Structure end |