Class: Aws::Types::DescribeStateMachineInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeStateMachineInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#included_data ⇒ "ALL_DATA", "METADATA_ONLY"
Returns the value of attribute included_data.
-
#state_machine_arn ⇒ ::String
Returns the value of attribute state_machine_arn.
Instance Attribute Details
#included_data ⇒ "ALL_DATA", "METADATA_ONLY"
Returns the value of attribute included_data.
284 285 286 |
# File 'sig/types.rbs', line 284 def included_data @included_data end |
#state_machine_arn ⇒ ::String
Returns the value of attribute state_machine_arn.
283 284 285 |
# File 'sig/types.rbs', line 283 def state_machine_arn @state_machine_arn end |