Class: Aws::States::Types::TracingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::TracingConfiguration
- 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
-
#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.
4514 4515 4516 4517 4518 |
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 4514 class TracingConfiguration < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |