You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Lambda::Types::TracingConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::TracingConfig
- Defined in:
- (unknown)
Overview
When passing TracingConfig as input to an Aws::Client method, you can use a vanilla Hash:
{
mode: "Active", # accepts Active, PassThrough
}
The function's AWS X-Ray tracing configuration. To sample and record incoming requests, set Mode
to Active
.
Returned by:
Instance Attribute Summary collapse
-
#mode ⇒ String
The tracing mode.
Instance Attribute Details
#mode ⇒ String
The tracing mode.
Possible values:
- Active
- PassThrough