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 group object for the group.

Returns:



2759
2760
2761
2762
2763
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 2759

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