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.
6198 6199 6200 6201 6202 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6198 class GetGroupResponse < Struct.new( :group) SENSITIVE = [] include Aws::Structure end |