Class: Aws::Drs::Types::ReorderRecoveryPlanStepsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::ReorderRecoveryPlanStepsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#recovery_plan_steps ⇒ Array<Types::RecoveryPlanStep>
The steps with updated order.
Instance Attribute Details
#recovery_plan_steps ⇒ Array<Types::RecoveryPlanStep>
The steps with updated order.
3666 3667 3668 3669 3670 |
# File 'lib/aws-sdk-drs/types.rb', line 3666 class ReorderRecoveryPlanStepsResponse < Struct.new( :recovery_plan_steps) SENSITIVE = [] include Aws::Structure end |