Class: Aws::Lambda::Types::TracingConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::TracingConfig
- Includes:
- Structure
- Defined in:
- 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.
9274 9275 9276 9277 9278 |
# File 'lib/aws-sdk-lambda/types.rb', line 9274 class TracingConfig < Struct.new( :mode) SENSITIVE = [] include Aws::Structure end |