Class: Aws::Drs::Types::CreateRecoveryPlanResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::CreateRecoveryPlanResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#recovery_plan ⇒ Types::RecoveryPlan
A Recovery Plan resource.
Instance Attribute Details
#recovery_plan ⇒ Types::RecoveryPlan
A Recovery Plan resource.
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 |