Class: Aws::Types::StepAliasMapping
- Inherits:
-
Object
- Object
- Aws::Types::StepAliasMapping
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#step_alias ⇒ ::String
Returns the value of attribute step_alias.
-
#step_id ⇒ ::String
Returns the value of attribute step_id.
Instance Attribute Details
#step_alias ⇒ ::String
Returns the value of attribute step_alias.
11008 11009 11010 |
# File 'sig/types.rbs', line 11008 def step_alias @step_alias end |
#step_id ⇒ ::String
Returns the value of attribute step_id.
11007 11008 11009 |
# File 'sig/types.rbs', line 11007 def step_id @step_id end |