Class: Aws::CognitoIdentityProvider::Types::UpdateGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::UpdateGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group ⇒ Types::GroupType
The group object for the group.
Instance Attribute Details
#group ⇒ Types::GroupType
The group object for the group.
8838 8839 8840 8841 8842 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8838 class UpdateGroupResponse < Struct.new( :group) SENSITIVE = [] include Aws::Structure end |