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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/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:



3533
3534
3535
3536
3537
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 3533

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