Class: Aws::Lambda::Types::TracingConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::TracingConfigResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambda/types.rb
Overview
Parent object of the tracing information associated with your Lambda function.
Instance Attribute Summary collapse
-
#mode ⇒ String
The tracing mode associated with your Lambda function.
Instance Attribute Details
#mode ⇒ String
The tracing mode associated with your Lambda function.
2014 2015 2016 2017 |
# File 'lib/aws-sdk-lambda/types.rb', line 2014 class TracingConfigResponse < Struct.new( :mode) include Aws::Structure end |