Class: Aws::Lambda::Types::TracingConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::TracingConfigResponse
- Defined in:
- gems/aws-sdk-lambda/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.
6120 6121 6122 6123 6124 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 6120 class TracingConfigResponse < Struct.new( :mode) SENSITIVE = [] include Aws::Structure end |