Class: Aws::CognitoIdentityProvider::Types::GetGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::GetGroupResponse
- 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.
5458 5459 5460 5461 5462 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5458 class GetGroupResponse < Struct.new( :group) SENSITIVE = [] include Aws::Structure end |