Class: Aws::Drs::Types::StartRecoveryPlanExecutionResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-drs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#recovery_plan_execution ⇒ Types::RecoveryPlanExecution

The started Recovery Plan execution.



4474
4475
4476
4477
4478
# File 'lib/aws-sdk-drs/types.rb', line 4474

class StartRecoveryPlanExecutionResponse < Struct.new(
  :recovery_plan_execution)
  SENSITIVE = []
  include Aws::Structure
end