Class: Aws::Drs::Types::GetRecoveryPlanExecutionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::GetRecoveryPlanExecutionResponse
- 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 Recovery Plan execution details.
Instance Attribute Details
#recovery_plan_execution ⇒ Types::RecoveryPlanExecution
The Recovery Plan execution details.
1494 1495 1496 1497 1498 |
# File 'lib/aws-sdk-drs/types.rb', line 1494 class GetRecoveryPlanExecutionResponse < Struct.new( :recovery_plan_execution) SENSITIVE = [] include Aws::Structure end |