Class: Aws::XRay::Types::PutTraceSegmentsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::PutTraceSegmentsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-xray/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#trace_segment_documents ⇒ Array<String>
A string containing a JSON document defining one or more segments or subsegments.
Instance Attribute Details
#trace_segment_documents ⇒ Array<String>
A string containing a JSON document defining one or more segments or subsegments.
2383 2384 2385 2386 2387 |
# File 'lib/aws-sdk-xray/types.rb', line 2383 class PutTraceSegmentsRequest < Struct.new( :trace_segment_documents) SENSITIVE = [] include Aws::Structure end |