Class: Aws::Types::StartExecutionInput
- Inherits:
-
Object
- Object
- Aws::Types::StartExecutionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input ⇒ ::String
Returns the value of attribute input.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#state_machine_arn ⇒ ::String
Returns the value of attribute state_machine_arn.
-
#trace_header ⇒ ::String
Returns the value of attribute trace_header.
Instance Attribute Details
#input ⇒ ::String
Returns the value of attribute input.
874 875 876 |
# File 'sig/types.rbs', line 874 def input @input end |
#name ⇒ ::String
Returns the value of attribute name.
873 874 875 |
# File 'sig/types.rbs', line 873 def name @name end |
#state_machine_arn ⇒ ::String
Returns the value of attribute state_machine_arn.
872 873 874 |
# File 'sig/types.rbs', line 872 def state_machine_arn @state_machine_arn end |
#trace_header ⇒ ::String
Returns the value of attribute trace_header.
875 876 877 |
# File 'sig/types.rbs', line 875 def trace_header @trace_header end |