Class: Aws::MedicalImaging::Types::DICOMImportJobSummary

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

Overview

Summary of import job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_access_role_arnString

The Amazon Resource Name (ARN) that grants permissions to access medical imaging resources.

Returns:

  • (String)


388
389
390
391
392
393
394
395
396
397
398
399
# File 'lib/aws-sdk-medicalimaging/types.rb', line 388

class DICOMImportJobSummary < Struct.new(
  :job_id,
  :job_name,
  :job_status,
  :datastore_id,
  :data_access_role_arn,
  :ended_at,
  :submitted_at,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#datastore_idString

The data store identifier.

Returns:

  • (String)


388
389
390
391
392
393
394
395
396
397
398
399
# File 'lib/aws-sdk-medicalimaging/types.rb', line 388

class DICOMImportJobSummary < Struct.new(
  :job_id,
  :job_name,
  :job_status,
  :datastore_id,
  :data_access_role_arn,
  :ended_at,
  :submitted_at,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#ended_atTime

The timestamp when an import job ended.

Returns:

  • (Time)


388
389
390
391
392
393
394
395
396
397
398
399
# File 'lib/aws-sdk-medicalimaging/types.rb', line 388

class DICOMImportJobSummary < Struct.new(
  :job_id,
  :job_name,
  :job_status,
  :datastore_id,
  :data_access_role_arn,
  :ended_at,
  :submitted_at,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

The import job identifier.

Returns:

  • (String)


388
389
390
391
392
393
394
395
396
397
398
399
# File 'lib/aws-sdk-medicalimaging/types.rb', line 388

class DICOMImportJobSummary < Struct.new(
  :job_id,
  :job_name,
  :job_status,
  :datastore_id,
  :data_access_role_arn,
  :ended_at,
  :submitted_at,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#job_nameString

The import job name.

Returns:

  • (String)


388
389
390
391
392
393
394
395
396
397
398
399
# File 'lib/aws-sdk-medicalimaging/types.rb', line 388

class DICOMImportJobSummary < Struct.new(
  :job_id,
  :job_name,
  :job_status,
  :datastore_id,
  :data_access_role_arn,
  :ended_at,
  :submitted_at,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#job_statusString

The filters for listing import jobs based on status.

Returns:

  • (String)


388
389
390
391
392
393
394
395
396
397
398
399
# File 'lib/aws-sdk-medicalimaging/types.rb', line 388

class DICOMImportJobSummary < Struct.new(
  :job_id,
  :job_name,
  :job_status,
  :datastore_id,
  :data_access_role_arn,
  :ended_at,
  :submitted_at,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

The error message thrown if an import job fails.

Returns:

  • (String)


388
389
390
391
392
393
394
395
396
397
398
399
# File 'lib/aws-sdk-medicalimaging/types.rb', line 388

class DICOMImportJobSummary < Struct.new(
  :job_id,
  :job_name,
  :job_status,
  :datastore_id,
  :data_access_role_arn,
  :ended_at,
  :submitted_at,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#submitted_atTime

The timestamp when an import job was submitted.

Returns:

  • (Time)


388
389
390
391
392
393
394
395
396
397
398
399
# File 'lib/aws-sdk-medicalimaging/types.rb', line 388

class DICOMImportJobSummary < Struct.new(
  :job_id,
  :job_name,
  :job_status,
  :datastore_id,
  :data_access_role_arn,
  :ended_at,
  :submitted_at,
  :message)
  SENSITIVE = []
  include Aws::Structure
end