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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



5977
5978
5979
5980
5981
# File 'lib/aws-sdk-mgn/types.rb', line 5977

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