Class: Aws::Mgn::Types::StartCutoverResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#jobTypes::Job

Start Cutover Job response.

Returns:



3450
3451
3452
3453
3454
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3450

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