Class: Aws::Types::UpdateRecoveryPlanStepRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRecoveryPlanStepRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration ⇒ Types::RecoveryPlanStepConfiguration
Returns the value of attribute configuration.
-
#recovery_plan_step_arn ⇒ ::String
Returns the value of attribute recovery_plan_step_arn.
-
#step_name ⇒ ::String
Returns the value of attribute step_name.
Instance Attribute Details
#configuration ⇒ Types::RecoveryPlanStepConfiguration
Returns the value of attribute configuration.
1510 1511 1512 |
# File 'sig/types.rbs', line 1510 def configuration @configuration end |
#recovery_plan_step_arn ⇒ ::String
Returns the value of attribute recovery_plan_step_arn.
1508 1509 1510 |
# File 'sig/types.rbs', line 1508 def recovery_plan_step_arn @recovery_plan_step_arn end |
#step_name ⇒ ::String
Returns the value of attribute step_name.
1509 1510 1511 |
# File 'sig/types.rbs', line 1509 def step_name @step_name end |