Class: Aws::Drs::Types::StartSourceNetworkRecoveryResponse

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 Source Network recovery Job.

Returns:



3570
3571
3572
3573
3574
# File 'lib/aws-sdk-drs/types.rb', line 3570

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