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

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

Overview

Note:

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

{
  enabled: false,
}

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

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

Returns:

  • (Boolean)


2930
2931
2932
2933
2934
# File 'lib/aws-sdk-states/types.rb', line 2930

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