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

Class: Aws::States::Types::TracingConfiguration

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

Overview

Note:

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

{
  enabled: false,
}

Selects whether or not the state machine's AWS X-Ray tracing is enabled. Default is false

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

When set to true, AWS X-Ray tracing is enabled.

Returns:

  • (Boolean)

    When set to true, AWS X-Ray tracing is enabled.