Class: Aws::Types::ListStepsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListStepsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#step_ids ⇒ ::Array[::String]
Returns the value of attribute step_ids.
-
#step_states ⇒ ::Array[("PENDING" | "CANCEL_PENDING" | "RUNNING" | "COMPLETED" | "CANCELLED" | "FAILED" | "INTERRUPTED")]
Returns the value of attribute step_states.
Instance Attribute Details
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
1076 1077 1078 |
# File 'sig/types.rbs', line 1076 def cluster_id @cluster_id end |
#marker ⇒ ::String
Returns the value of attribute marker.
1079 1080 1081 |
# File 'sig/types.rbs', line 1079 def marker @marker end |
#step_ids ⇒ ::Array[::String]
Returns the value of attribute step_ids.
1078 1079 1080 |
# File 'sig/types.rbs', line 1078 def step_ids @step_ids end |
#step_states ⇒ ::Array[("PENDING" | "CANCEL_PENDING" | "RUNNING" | "COMPLETED" | "CANCELLED" | "FAILED" | "INTERRUPTED")]
Returns the value of attribute step_states.
1077 1078 1079 |
# File 'sig/types.rbs', line 1077 def step_states @step_states end |