Class: Aws::Drs::Types::ReorderRecoveryPlanStepsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-drs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#recovery_plan_stepsArray<Types::RecoveryPlanStep>

The steps with updated order.

Returns:



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