Class: Aws::Lambda::Types::TraceHeader
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::TraceHeader
- 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
-
#x_amzn_trace_id ⇒ String
The X-Ray trace header associated with the durable execution.
Instance Attribute Details
#x_amzn_trace_id ⇒ String
The X-Ray trace header associated with the durable execution.
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 |