Class: Aws::Drs::Types::UpdateRecoveryPlanStepRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration ⇒ Types::RecoveryPlanStepConfiguration

Type-specific configuration for a recovery plan step. Exactly one member must be set.



5062
5063
5064
5065
5066
5067
5068
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 5062

class UpdateRecoveryPlanStepRequest < Struct.new(
  :recovery_plan_step_arn,
  :step_name,
  :configuration)
  SENSITIVE = []
  include Aws::Structure
end

#recovery_plan_step_arn ⇒ String

The ARN of the Recovery Plan step to update.

Returns:

  • (String)


5062
5063
5064
5065
5066
5067
5068
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 5062

class UpdateRecoveryPlanStepRequest < Struct.new(
  :recovery_plan_step_arn,
  :step_name,
  :configuration)
  SENSITIVE = []
  include Aws::Structure
end

#step_name ⇒ String

The name of a Recovery Plan Step.

Returns:

  • (String)


5062
5063
5064
5065
5066
5067
5068
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 5062

class UpdateRecoveryPlanStepRequest < Struct.new(
  :recovery_plan_step_arn,
  :step_name,
  :configuration)
  SENSITIVE = []
  include Aws::Structure
end