Class: Aws::Drs::Types::CancelRecoveryPlanExecutionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::CancelRecoveryPlanExecutionResponse
- Defined in:
- gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#recovery_plan_execution ⇒ Types::RecoveryPlanExecution
The cancelled Recovery Plan execution.
Instance Attribute Details
#recovery_plan_execution ⇒ Types::RecoveryPlanExecution
The cancelled Recovery Plan execution.
110 111 112 113 114 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 110 class CancelRecoveryPlanExecutionResponse < Struct.new( :recovery_plan_execution) SENSITIVE = [] include Aws::Structure end |