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_executionTypes::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