Class: Aws::IdentityStore::Types::CreateGroupResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_idString

The identifier of the newly created group in the identity store.

Returns:

  • (String)


254
255
256
257
258
259
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 254

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

#identity_store_idString

The globally unique identifier for the identity store.

Returns:

  • (String)


254
255
256
257
258
259
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 254

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