Class: Aws::Lambda::Types::TracingConfig

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lambda/types.rb

Overview

Note:

When making an API call, you may pass TracingConfig data as a hash:

{
  mode: "Active", # accepts Active, PassThrough
}

The function’s AWS X-Ray tracing configuration.

Instance Attribute Summary collapse

Instance Attribute Details

#modeString

The tracing mode.

Returns:

  • (String)


2542
2543
2544
2545
# File 'lib/aws-sdk-lambda/types.rb', line 2542

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