Class: Aws::CognitoIdentityProvider::Types::GetGroupResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#groupTypes::GroupType

A container for the requested group. Includes description, precedence, and IAM role values.

Returns:



6062
6063
6064
6065
6066
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6062

class GetGroupResponse < Struct.new(
  :group)
  SENSITIVE = []
  include Aws::Structure
end