Class: Aws::Drs::Types::StartFailbackLaunchResponse

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 failback launch Job.

Returns:



3387
3388
3389
3390
3391
# File 'lib/aws-sdk-drs/types.rb', line 3387

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