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

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

Instance Attribute Details

#modeString

The tracing mode.

Returns:

  • (String)


5899
5900
5901
5902
5903
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 5899

class TracingConfigResponse < Struct.new(
  :mode)
  SENSITIVE = []
  include Aws::Structure
end