Class: Aws::Types::ReorderRecoveryPlanStepsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ReorderRecoveryPlanStepsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ordered_step_arns ⇒ ::Array[::String]
Returns the value of attribute ordered_step_arns.
-
#recovery_plan_arn ⇒ ::String
Returns the value of attribute recovery_plan_arn.
Instance Attribute Details
#ordered_step_arns ⇒ ::Array[::String]
Returns the value of attribute ordered_step_arns.
1110 1111 1112 |
# File 'sig/types.rbs', line 1110 def ordered_step_arns @ordered_step_arns end |
#recovery_plan_arn ⇒ ::String
Returns the value of attribute recovery_plan_arn.
1109 1110 1111 |
# File 'sig/types.rbs', line 1109 def recovery_plan_arn @recovery_plan_arn end |