Class: Aws::Mgn::Types::NetworkMigrationMappingJobDetails

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

Overview

Details about a network migration mapping job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_at ⇒ Time

The timestamp when the job was created.

Returns:

  • (Time)


4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
# File 'lib/aws-sdk-mgn/types.rb', line 4904

class NetworkMigrationMappingJobDetails < Struct.new(
  :job_id,
  :network_migration_execution_id,
  :network_migration_definition_id,
  :created_at,
  :ended_at,
  :status,
  :status_details)
  SENSITIVE = []
  include Aws::Structure
end

#ended_at ⇒ Time

The timestamp when the job completed or failed.

Returns:

  • (Time)


4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
# File 'lib/aws-sdk-mgn/types.rb', line 4904

class NetworkMigrationMappingJobDetails < Struct.new(
  :job_id,
  :network_migration_execution_id,
  :network_migration_definition_id,
  :created_at,
  :ended_at,
  :status,
  :status_details)
  SENSITIVE = []
  include Aws::Structure
end

#job_id ⇒ String

The unique identifier of the mapping job.

Returns:

  • (String)


4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
# File 'lib/aws-sdk-mgn/types.rb', line 4904

class NetworkMigrationMappingJobDetails < Struct.new(
  :job_id,
  :network_migration_execution_id,
  :network_migration_definition_id,
  :created_at,
  :ended_at,
  :status,
  :status_details)
  SENSITIVE = []
  include Aws::Structure
end

#network_migration_definition_id ⇒ String

The unique identifier of the network migration definition.

Returns:

  • (String)


4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
# File 'lib/aws-sdk-mgn/types.rb', line 4904

class NetworkMigrationMappingJobDetails < Struct.new(
  :job_id,
  :network_migration_execution_id,
  :network_migration_definition_id,
  :created_at,
  :ended_at,
  :status,
  :status_details)
  SENSITIVE = []
  include Aws::Structure
end

#network_migration_execution_id ⇒ String

The unique identifier of the network migration execution.

Returns:

  • (String)


4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
# File 'lib/aws-sdk-mgn/types.rb', line 4904

class NetworkMigrationMappingJobDetails < Struct.new(
  :job_id,
  :network_migration_execution_id,
  :network_migration_definition_id,
  :created_at,
  :ended_at,
  :status,
  :status_details)
  SENSITIVE = []
  include Aws::Structure
end

#status ⇒ String

The current status of the mapping job.

Returns:

  • (String)


4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
# File 'lib/aws-sdk-mgn/types.rb', line 4904

class NetworkMigrationMappingJobDetails < Struct.new(
  :job_id,
  :network_migration_execution_id,
  :network_migration_definition_id,
  :created_at,
  :ended_at,
  :status,
  :status_details)
  SENSITIVE = []
  include Aws::Structure
end

#status_details ⇒ String

Detailed status information about the job.

Returns:

  • (String)


4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
# File 'lib/aws-sdk-mgn/types.rb', line 4904

class NetworkMigrationMappingJobDetails < Struct.new(
  :job_id,
  :network_migration_execution_id,
  :network_migration_definition_id,
  :created_at,
  :ended_at,
  :status,
  :status_details)
  SENSITIVE = []
  include Aws::Structure
end