Class: Aws::Drs::Types::ReorderRecoveryPlanStepsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::ReorderRecoveryPlanStepsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ordered_step_arns ⇒ Array<String>
Ordered list of all step ARNs representing the desired sequence.
-
#recovery_plan_arn ⇒ String
The ARN of the Recovery Plan.
Instance Attribute Details
#ordered_step_arns ⇒ Array<String>
Ordered list of all step ARNs representing the desired sequence.
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_arn ⇒ String
The ARN of the Recovery Plan.
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 |