Class: Aws::Drs::Types::StartRecoveryPlanExecutionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::StartRecoveryPlanExecutionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#recovery_plan_execution ⇒ Types::RecoveryPlanExecution
The started Recovery Plan execution.
Instance Attribute Details
#recovery_plan_execution ⇒ Types::RecoveryPlanExecution
The started Recovery Plan execution.
4469 4470 4471 4472 4473 |
# File 'lib/aws-sdk-drs/types.rb', line 4469 class StartRecoveryPlanExecutionResponse < Struct.new( :recovery_plan_execution) SENSITIVE = [] include Aws::Structure end |