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:



2543
2544
2545
2546
2547
# File 'lib/aws-sdk-drs/types.rb', line 2543

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