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
The group object for the group.
Instance Attribute Details
#group ⇒ Types::GroupType
The group object for the group.
10909 10910 10911 10912 10913 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 10909 class UpdateGroupResponse < Struct.new( :group) SENSITIVE = [] include Aws::Structure end |