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_plan ⇒ Types::RecoveryPlan

A Recovery Plan resource.

Returns:



5041
5042
5043
5044
5045
# File 'lib/aws-sdk-drs/types.rb', line 5041

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