Class: Aws::Drs::Types::UpdateRecoveryPlanRequest

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

#descriptionString

The description of a Recovery Plan.

Returns:

  • (String)


5022
5023
5024
5025
5026
5027
5028
# File 'lib/aws-sdk-drs/types.rb', line 5022

class UpdateRecoveryPlanRequest < Struct.new(
  :recovery_plan_arn,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of a Recovery Plan.

Returns:

  • (String)


5022
5023
5024
5025
5026
5027
5028
# File 'lib/aws-sdk-drs/types.rb', line 5022

class UpdateRecoveryPlanRequest < Struct.new(
  :recovery_plan_arn,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#recovery_plan_arnString

The ARN of the Recovery Plan to update.

Returns:

  • (String)


5022
5023
5024
5025
5026
5027
5028
# File 'lib/aws-sdk-drs/types.rb', line 5022

class UpdateRecoveryPlanRequest < Struct.new(
  :recovery_plan_arn,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end