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 response object for a created group.

Returns:



3536
3537
3538
3539
3540
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 3536

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