Class: Aws::Types::CancelStepsInput
- Inherits:
-
Object
- Object
- Aws::Types::CancelStepsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
-
#step_cancellation_option ⇒ "SEND_INTERRUPT", "TERMINATE_PROCESS"
Returns the value of attribute step_cancellation_option.
-
#step_ids ⇒ ::Array[::String]
Returns the value of attribute step_ids.
Instance Attribute Details
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
128 129 130 |
# File 'sig/types.rbs', line 128 def cluster_id @cluster_id end |
#step_cancellation_option ⇒ "SEND_INTERRUPT", "TERMINATE_PROCESS"
Returns the value of attribute step_cancellation_option.
130 131 132 |
# File 'sig/types.rbs', line 130 def step_cancellation_option @step_cancellation_option end |
#step_ids ⇒ ::Array[::String]
Returns the value of attribute step_ids.
129 130 131 |
# File 'sig/types.rbs', line 129 def step_ids @step_ids end |