Class: Aws::Drs::Types::StartRecoveryResponse

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

#jobTypes::Job

The Recovery Job.

Returns:



3392
3393
3394
3395
3396
# File 'lib/aws-sdk-drs/types.rb', line 3392

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