Class: Aws::XRay::Types::PutTraceSegmentsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#trace_segment_documentsArray<String>

A string containing a JSON document defining one or more segments or subsegments.

Returns:

  • (Array<String>)


2399
2400
2401
2402
2403
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2399

class PutTraceSegmentsRequest < Struct.new(
  :trace_segment_documents)
  SENSITIVE = []
  include Aws::Structure
end