Method: Aws::XRay::Types::SamplingStatisticsDocument#client_id

Defined in:
lib/aws-sdk-xray/types.rb

#client_idString

A unique identifier for the service in hexadecimal.

Returns:

  • (String)


3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
# File 'lib/aws-sdk-xray/types.rb', line 3039

class SamplingStatisticsDocument < Struct.new(
  :rule_name,
  :client_id,
  :timestamp,
  :request_count,
  :sampled_count,
  :borrow_count)
  SENSITIVE = []
  include Aws::Structure
end