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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

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

Returns:

  • (Boolean)


4200
4201
4202
4203
4204
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 4200

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