Class: Aws::CognitoIdentityProvider::Types::GetGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::GetGroupResponse
- 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 group object for the group.
Instance Attribute Details
#group ⇒ Types::GroupType
The group object for the group.
6198 6199 6200 6201 6202 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 6198 class GetGroupResponse < Struct.new( :group) SENSITIVE = [] include Aws::Structure end |