class Aws::Lambda::Types::TracingConfig

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

[1]: docs.aws.amazon.com/lambda/latest/dg/services-xray.html

@note When making an API call, you may pass TracingConfig

data as a hash:

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

@!attribute [rw] mode

The tracing mode.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/TracingConfig AWS API Documentation

Constants

SENSITIVE