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

#description ⇒ String

The description of a Recovery Plan.

Returns:

  • (String)


5027
5028
5029
5030
5031
5032
5033
# File 'lib/aws-sdk-drs/types.rb', line 5027

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

#name ⇒ String

The name of a Recovery Plan.

Returns:

  • (String)


5027
5028
5029
5030
5031
5032
5033
# File 'lib/aws-sdk-drs/types.rb', line 5027

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

#recovery_plan_arn ⇒ String

The ARN of the Recovery Plan to update.

Returns:

  • (String)


5027
5028
5029
5030
5031
5032
5033
# File 'lib/aws-sdk-drs/types.rb', line 5027

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