Class: Aws::Drs::Types::GetRecoveryPlanExecutionResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#recovery_plan_executionTypes::RecoveryPlanExecution

The Recovery Plan execution details.



1494
1495
1496
1497
1498
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1494

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