You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeUserRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  identity_store_id: "IdentityStoreId", # required
  user_id: "ResourceId", # required
}

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 which contains number and lower case letters. This value is generated at the time that a new identity store is created.

Returns:

  • (String)

    The globally unique identifier for the identity store, such as d-1234567890.

#user_idString

The identifier for a user in the identity store.

Returns:

  • (String)

    The identifier for a user in the identity store.