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:



3590
3591
3592
3593
3594
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 3590

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