Class: Aws::Drs::Types::UpdateRecoveryPlanExecutionStepRequest

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_execution_step_arnString

The ARN of the execution step to update.

Returns:

  • (String)


4987
4988
4989
4990
4991
4992
4993
4994
# File 'lib/aws-sdk-drs/types.rb', line 4987

class UpdateRecoveryPlanExecutionStepRequest < Struct.new(
  :recovery_plan_execution_step_arn,
  :status,
  :servers,
  :wait_duration_minutes)
  SENSITIVE = []
  include Aws::Structure
end

#serversArray<Types::RecoveryPlanServer>

Full replacement of the server list. Only allowed when the step is in NOT_STARTED status (Server type steps only).

Returns:



4987
4988
4989
4990
4991
4992
4993
4994
# File 'lib/aws-sdk-drs/types.rb', line 4987

class UpdateRecoveryPlanExecutionStepRequest < Struct.new(
  :recovery_plan_execution_step_arn,
  :status,
  :servers,
  :wait_duration_minutes)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Only SKIPPED is accepted. Step must be in NOT_STARTED or FAILED status.

Returns:

  • (String)


4987
4988
4989
4990
4991
4992
4993
4994
# File 'lib/aws-sdk-drs/types.rb', line 4987

class UpdateRecoveryPlanExecutionStepRequest < Struct.new(
  :recovery_plan_execution_step_arn,
  :status,
  :servers,
  :wait_duration_minutes)
  SENSITIVE = []
  include Aws::Structure
end

#wait_duration_minutesInteger

Updated wait duration. Only allowed when the step is in NOT_STARTED status (Wait type steps only).

Returns:

  • (Integer)


4987
4988
4989
4990
4991
4992
4993
4994
# File 'lib/aws-sdk-drs/types.rb', line 4987

class UpdateRecoveryPlanExecutionStepRequest < Struct.new(
  :recovery_plan_execution_step_arn,
  :status,
  :servers,
  :wait_duration_minutes)
  SENSITIVE = []
  include Aws::Structure
end