Class: Aws::Mgn::Types::StartNetworkMigrationCodeGenerationResponse

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

#job_idString

The unique identifier of the code generation job that was started.

Returns:

  • (String)


6305
6306
6307
6308
6309
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 6305

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