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.
6106 6107 6108 6109 6110 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 6106 class TracingConfig < Struct.new( :mode) SENSITIVE = [] include Aws::Structure end |