Class: Aws::Mgn::Types::NetworkMigrationDeployerJobDetails

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

Overview

Details about a network migration deployer job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp when the job was created.

Returns:

  • (Time)


4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
# File 'lib/aws-sdk-mgn/types.rb', line 4470

class NetworkMigrationDeployerJobDetails < 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_atTime

The timestamp when the job completed or failed.

Returns:

  • (Time)


4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
# File 'lib/aws-sdk-mgn/types.rb', line 4470

class NetworkMigrationDeployerJobDetails < 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_idString

The unique identifier of the deployer job.

Returns:

  • (String)


4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
# File 'lib/aws-sdk-mgn/types.rb', line 4470

class NetworkMigrationDeployerJobDetails < 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_idString

The unique identifier of the network migration definition.

Returns:

  • (String)


4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
# File 'lib/aws-sdk-mgn/types.rb', line 4470

class NetworkMigrationDeployerJobDetails < 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_idString

The unique identifier of the network migration execution.

Returns:

  • (String)


4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
# File 'lib/aws-sdk-mgn/types.rb', line 4470

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

#statusString

The current status of the deployer job.

Returns:

  • (String)


4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
# File 'lib/aws-sdk-mgn/types.rb', line 4470

class NetworkMigrationDeployerJobDetails < 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_detailsString

Detailed status information about the job.

Returns:

  • (String)


4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
# File 'lib/aws-sdk-mgn/types.rb', line 4470

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