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.
10618 10619 10620 |
# File 'sig/types.rbs', line 10618 def step_alias @step_alias end |
#step_id ⇒ ::String
Returns the value of attribute step_id.
10617 10618 10619 |
# File 'sig/types.rbs', line 10617 def step_id @step_id end |