Class: Aws::Drs::Types::DeleteRecoveryPlanExecutionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::DeleteRecoveryPlanExecutionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#recovery_plan_execution_arn ⇒ String
The ARN of the deleted Recovery Plan execution.
Instance Attribute Details
#recovery_plan_execution_arn ⇒ String
The ARN of the deleted Recovery Plan execution.
746 747 748 749 750 |
# File 'lib/aws-sdk-drs/types.rb', line 746 class DeleteRecoveryPlanExecutionResponse < Struct.new( :recovery_plan_execution_arn) SENSITIVE = [] include Aws::Structure end |