class Aws::IdentityStore::Types::DescribeUserRequest

@note When making an API call, you may pass DescribeUserRequest

data as a hash:

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

@!attribute [rw] identity_store_id

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 number and
lower case letters. This value is generated at the time that a new
identity store is created.
@return [String]

@!attribute [rw] user_id

The identifier for a user in the identity store.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/identitystore-2020-06-15/DescribeUserRequest AWS API Documentation

Constants

SENSITIVE