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

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

Overview

Note:

When making an API call, you may pass PutTraceSegmentsRequest data as a hash:

{
  trace_segment_documents: ["TraceSegmentDocument"], # required
}

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>)


2165
2166
2167
2168
2169
# File 'lib/aws-sdk-xray/types.rb', line 2165

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