Class: Aws::Types::DescribeStepInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeStepInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
-
#step_id ⇒ ::String
Returns the value of attribute step_id.
Instance Attribute Details
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
422 423 424 |
# File 'sig/types.rbs', line 422 def cluster_id @cluster_id end |
#step_id ⇒ ::String
Returns the value of attribute step_id.
423 424 425 |
# File 'sig/types.rbs', line 423 def step_id @step_id end |