Class: Aws::CognitoIdentityProvider::Types::CreateGroupResponse

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:



2607
2608
2609
2610
2611
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 2607

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