Class: Aws::Types::UpdatePlanExecutionStepRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePlanExecutionStepRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_to_take ⇒ "switchToUngraceful", "skip"
Returns the value of attribute action_to_take.
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
-
#plan_arn ⇒ ::String
Returns the value of attribute plan_arn.
-
#step_name ⇒ ::String
Returns the value of attribute step_name.
Instance Attribute Details
#action_to_take ⇒ "switchToUngraceful", "skip"
Returns the value of attribute action_to_take.
821 822 823 |
# File 'sig/types.rbs', line 821 def action_to_take @action_to_take end |
#comment ⇒ ::String
Returns the value of attribute comment.
819 820 821 |
# File 'sig/types.rbs', line 819 def comment @comment end |
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
818 819 820 |
# File 'sig/types.rbs', line 818 def execution_id @execution_id end |
#plan_arn ⇒ ::String
Returns the value of attribute plan_arn.
817 818 819 |
# File 'sig/types.rbs', line 817 def plan_arn @plan_arn end |
#step_name ⇒ ::String
Returns the value of attribute step_name.
820 821 822 |
# File 'sig/types.rbs', line 820 def step_name @step_name end |