Class: Aws::Drs::Types::CreateRecoveryPlanResponse

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:



323
324
325
326
327
# File 'lib/aws-sdk-drs/types.rb', line 323

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