Class: Aws::Drs::Types::GetRecoveryPlanResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::GetRecoveryPlanResponse
- 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.
1542 1543 1544 1545 1546 |
# File 'lib/aws-sdk-drs/types.rb', line 1542 class GetRecoveryPlanResponse < Struct.new( :recovery_plan) SENSITIVE = [] include Aws::Structure end |