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.
3585 3586 3587 3588 3589 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 3585 class CreateGroupResponse < Struct.new( :group) SENSITIVE = [] include Aws::Structure end |