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.
3533 3534 3535 3536 3537 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 3533 class CreateGroupResponse < Struct.new( :group) SENSITIVE = [] include Aws::Structure end |