You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing TracingConfig as input to an Aws::Client method, you can use a vanilla Hash:

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

The function's AWS X-Ray tracing configuration. To sample and record incoming requests, set Mode to Active.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#modeString

The tracing mode.

Possible values:

  • Active
  • PassThrough

Returns:

  • (String)

    The tracing mode.