Class: Aws::IdentityStore::Types::CreateUserResponse

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

#identity_store_idString

The globally unique identifier for the identity store.

Returns:

  • (String)


390
391
392
393
394
395
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 390

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

#user_idString

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

Returns:

  • (String)


390
391
392
393
394
395
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 390

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