Class: Aws::Lambda::Types::TracingConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::TracingConfigResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambda/types.rb
Overview
The function’s X-Ray tracing configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mode ⇒ String
The tracing mode.
Instance Attribute Details
#mode ⇒ String
The tracing mode.
6148 6149 6150 6151 6152 |
# File 'lib/aws-sdk-lambda/types.rb', line 6148 class TracingConfigResponse < Struct.new( :mode) SENSITIVE = [] include Aws::Structure end |