Class: Aws::States::Types::TracingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::TracingConfiguration
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#enabled ⇒ Boolean
When set to `true`, X-Ray tracing is enabled.
Instance Attribute Details
#enabled ⇒ Boolean
When set to `true`, X-Ray tracing is enabled.
3126 3127 3128 3129 3130 |
# File 'lib/aws-sdk-states/types.rb', line 3126 class TracingConfiguration < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |