Class: Aws::CognitoIdentityProvider::Types::CreateGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::CreateGroupResponse
- 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 response object for a created group.
Instance Attribute Details
#group ⇒ Types::GroupType
The response object for a created group.
3662 3663 3664 3665 3666 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 3662 class CreateGroupResponse < Struct.new( :group) SENSITIVE = [] include Aws::Structure end |