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
A container for the requested group.
Instance Attribute Details
#group ⇒ Types::GroupType
A container for the requested group. Includes description, precedence, and IAM role values.
6062 6063 6064 6065 6066 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6062 class GetGroupResponse < Struct.new( :group) SENSITIVE = [] include Aws::Structure end |