Class: Aws::Lambda::Types::TracingConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::TracingConfig
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
The function's X-Ray tracing configuration. To sample and record
incoming requests, set Mode to Active.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mode ⇒ String
The tracing mode.
Instance Attribute Details
#mode ⇒ String
The tracing mode.
6470 6471 6472 6473 6474 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 6470 class TracingConfig < Struct.new( :mode) SENSITIVE = [] include Aws::Structure end |