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.
2093 2094 2095 2096 2097 |
# File 'lib/aws-sdk-xray/types.rb', line 2093 class PutTraceSegmentsRequest < Struct.new( :trace_segment_documents) SENSITIVE = [] include Aws::Structure end |