Class: Aws::Types::StepDependency
- Inherits:
-
Object
- Object
- Aws::Types::StepDependency
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#status ⇒ "RESOLVED", "UNRESOLVED"
Returns the value of attribute status.
-
#step_id ⇒ ::String
Returns the value of attribute step_id.
Instance Attribute Details
#status ⇒ "RESOLVED", "UNRESOLVED"
Returns the value of attribute status.
2921 2922 2923 |
# File 'sig/types.rbs', line 2921 def status @status end |
#step_id ⇒ ::String
Returns the value of attribute step_id.
2920 2921 2922 |
# File 'sig/types.rbs', line 2920 def step_id @step_id end |