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


2093
2094
2095
2096
2097
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2093

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