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`.
[1]: docs.aws.amazon.com/lambda/latest/dg/services-xray.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mode ⇒ String
The tracing mode.
Instance Attribute Details
#mode ⇒ String
The tracing mode.
6310 6311 6312 6313 6314 |
# File 'lib/aws-sdk-lambda/types.rb', line 6310 class TracingConfig < Struct.new( :mode) SENSITIVE = [] include Aws::Structure end |