Class: Aws::Types::UpdateRecoveryPlanExecutionStepRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRecoveryPlanExecutionStepRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#recovery_plan_execution_step_arn ⇒ ::String
Returns the value of attribute recovery_plan_execution_step_arn.
-
#servers ⇒ ::Array[Types::RecoveryPlanServer]
Returns the value of attribute servers.
-
#status ⇒ "NOT_STARTED", ...
Returns the value of attribute status.
-
#wait_duration_minutes ⇒ ::Integer
Returns the value of attribute wait_duration_minutes.
Instance Attribute Details
#recovery_plan_execution_step_arn ⇒ ::String
Returns the value of attribute recovery_plan_execution_step_arn.
1483 1484 1485 |
# File 'sig/types.rbs', line 1483 def recovery_plan_execution_step_arn @recovery_plan_execution_step_arn end |
#servers ⇒ ::Array[Types::RecoveryPlanServer]
Returns the value of attribute servers.
1485 1486 1487 |
# File 'sig/types.rbs', line 1485 def servers @servers end |
#status ⇒ "NOT_STARTED", ...
Returns the value of attribute status.
1484 1485 1486 |
# File 'sig/types.rbs', line 1484 def status @status end |
#wait_duration_minutes ⇒ ::Integer
Returns the value of attribute wait_duration_minutes.
1486 1487 1488 |
# File 'sig/types.rbs', line 1486 def wait_duration_minutes @wait_duration_minutes end |