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.
4962 4963 4964 4965 4966 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4962 class GetGroupResponse < Struct.new( :group) SENSITIVE = [] include Aws::Structure end |