Class: Aws::Mgn::Types::NetworkMigrationMappingJobDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::NetworkMigrationMappingJobDetails
- 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
-
#created_at ⇒ Time
The timestamp when the job was created.
-
#ended_at ⇒ Time
The timestamp when the job completed or failed.
-
#job_id ⇒ String
The unique identifier of the mapping job.
-
#network_migration_definition_id ⇒ String
The unique identifier of the network migration definition.
-
#network_migration_execution_id ⇒ String
The unique identifier of the network migration execution.
-
#status ⇒ String
The current status of the mapping job.
-
#status_details ⇒ String
Detailed status information about the job.
Instance Attribute Details
#created_at ⇒ Time
The timestamp when the job was created.
4845 4846 4847 4848 4849 4850 4851 4852 4853 4854 4855 |
# File 'lib/aws-sdk-mgn/types.rb', line 4845 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.
4845 4846 4847 4848 4849 4850 4851 4852 4853 4854 4855 |
# File 'lib/aws-sdk-mgn/types.rb', line 4845 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.
4845 4846 4847 4848 4849 4850 4851 4852 4853 4854 4855 |
# File 'lib/aws-sdk-mgn/types.rb', line 4845 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.
4845 4846 4847 4848 4849 4850 4851 4852 4853 4854 4855 |
# File 'lib/aws-sdk-mgn/types.rb', line 4845 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.
4845 4846 4847 4848 4849 4850 4851 4852 4853 4854 4855 |
# File 'lib/aws-sdk-mgn/types.rb', line 4845 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.
4845 4846 4847 4848 4849 4850 4851 4852 4853 4854 4855 |
# File 'lib/aws-sdk-mgn/types.rb', line 4845 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.
4845 4846 4847 4848 4849 4850 4851 4852 4853 4854 4855 |
# File 'lib/aws-sdk-mgn/types.rb', line 4845 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 |