Class: Aws::Lambda::Types::TracingConfigResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#modeString

The tracing mode associated with your Lambda function.

Returns:

  • (String)


2014
2015
2016
2017
# File 'lib/aws-sdk-lambda/types.rb', line 2014

class TracingConfigResponse < Struct.new(
  :mode)
  include Aws::Structure
end