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

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

#jobTypes::Job

The Recovery Job.

Returns:



3442
3443
3444
3445
3446
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3442

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