Class: Aws::Lambda::Types::TraceHeader

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb

Overview

Contains trace headers for the Lambda durable execution.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#x_amzn_trace_idString

The X-Ray trace header associated with the durable execution.

Returns:

  • (String)


8797
8798
8799
8800
8801
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 8797

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