Method: Aws::EventBridge::Types::PutEventsRequestEntry#trace_header

Defined in:
lib/aws-sdk-eventbridge/types.rb

#trace_headerString

An X-Ray trace header, which is an http header (X-Amzn-Trace-Id) that contains the trace-id associated with the event.

To learn more about X-Ray trace headers, see [Tracing header] in the X-Ray Developer Guide.

[1]: docs.aws.amazon.com/xray/latest/devguide/xray-concepts.html#xray-concepts-tracingheader

Returns:

  • (String)


4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
# File 'lib/aws-sdk-eventbridge/types.rb', line 4004

class PutEventsRequestEntry < Struct.new(
  :time,
  :source,
  :resources,
  :detail_type,
  :detail,
  :event_bus_name,
  :trace_header)
  SENSITIVE = []
  include Aws::Structure
end