Class: Aws::Drs::Types::UpdateRecoveryPlanResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::UpdateRecoveryPlanResponse
- Defined in:
- gems/aws-sdk-drs/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.
5036 5037 5038 5039 5040 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 5036 class UpdateRecoveryPlanResponse < Struct.new( :recovery_plan) SENSITIVE = [] include Aws::Structure end |