Class: Aws::IdentityStore::Types::DescribeUserRequest

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, such as d-1234567890. In this example, d- is a fixed prefix, and 1234567890 is a randomly generated string that contains numbers and lower case letters. This value is generated at the time that a new identity store is created.

Returns:

  • (String)


549
550
551
552
553
554
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 549

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

#user_idString

The identifier for a user in the identity store.

Returns:

  • (String)


549
550
551
552
553
554
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 549

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