class Aws::CloudWatchRUM::Types::UserDetails

A structure that contains information about the user session that this batch of events was collected from.

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

data as a hash:

    {
      session_id: "String",
      user_id: "String",
    }

@!attribute [rw] session_id

The session ID that the performance events are from.
@return [String]

@!attribute [rw] user_id

The ID of the user for this user session. This ID is generated by
RUM and does not include any personally identifiable information
about the user.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/rum-2018-05-10/UserDetails AWS API Documentation

Constants

SENSITIVE