Class: Aws::Drs::Types::ReorderRecoveryPlanStepsRequest

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

#ordered_step_arnsArray<String>

Ordered list of all step ARNs representing the desired sequence.

Returns:

  • (Array<String>)


3653
3654
3655
3656
3657
3658
# File 'lib/aws-sdk-drs/types.rb', line 3653

class ReorderRecoveryPlanStepsRequest < Struct.new(
  :recovery_plan_arn,
  :ordered_step_arns)
  SENSITIVE = []
  include Aws::Structure
end

#recovery_plan_arnString

The ARN of the Recovery Plan.

Returns:

  • (String)


3653
3654
3655
3656
3657
3658
# File 'lib/aws-sdk-drs/types.rb', line 3653

class ReorderRecoveryPlanStepsRequest < Struct.new(
  :recovery_plan_arn,
  :ordered_step_arns)
  SENSITIVE = []
  include Aws::Structure
end