Class: Aws::Drs::Types::DeleteRecoveryPlanResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::DeleteRecoveryPlanResponse
- Defined in:
- gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#recovery_plan_arn ⇒ String
The ARN of the deleted Recovery Plan.
Instance Attribute Details
#recovery_plan_arn ⇒ String
The ARN of the deleted Recovery Plan.
770 771 772 773 774 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 770 class DeleteRecoveryPlanResponse < Struct.new( :recovery_plan_arn) SENSITIVE = [] include Aws::Structure end |