Class: Aws::Drs::Types::UpdateRecoveryPlanResponse

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_planTypes::RecoveryPlan

A Recovery Plan resource.

Returns:



5036
5037
5038
5039
5040
# File 'lib/aws-sdk-drs/types.rb', line 5036

class UpdateRecoveryPlanResponse < Struct.new(
  :recovery_plan)
  SENSITIVE = []
  include Aws::Structure
end