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.
4403 4404 4405 4406 4407 |
# File 'lib/aws-sdk-states/types.rb', line 4403 class TracingConfiguration < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |