Class: Aws::XRay::Types::TraceUser

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-xray/types.rb

Overview

Information about a user recorded in segment documents.

Instance Attribute Summary collapse

Instance Attribute Details

#service_idsArray<Types::ServiceId>

Services that the user’s request hit.

Returns:



2090
2091
2092
2093
2094
# File 'lib/aws-sdk-xray/types.rb', line 2090

class TraceUser < Struct.new(
  :user_name,
  :service_ids)
  include Aws::Structure
end

#user_nameString

The user’s name.

Returns:

  • (String)


2090
2091
2092
2093
2094
# File 'lib/aws-sdk-xray/types.rb', line 2090

class TraceUser < Struct.new(
  :user_name,
  :service_ids)
  include Aws::Structure
end