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

The group object for the group.

Returns:



4823
4824
4825
4826
4827
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4823

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