Class: Aws::Mgn::Types::StartNetworkMigrationMappingResponse

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

#job_idString

The unique identifier of the mapping job that was started.

Returns:

  • (String)


6240
6241
6242
6243
6244
# File 'lib/aws-sdk-mgn/types.rb', line 6240

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