Class: Aws::MedicalImaging::Types::DICOMImportJobSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::MedicalImaging::Types::DICOMImportJobSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medicalimaging/types.rb
Overview
Summary of import job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_access_role_arn ⇒ String
The Amazon Resource Name (ARN) that grants permissions to access medical imaging resources.
-
#datastore_id ⇒ String
The data store identifier.
-
#ended_at ⇒ Time
The timestamp when an import job ended.
-
#job_id ⇒ String
The import job identifier.
-
#job_name ⇒ String
The import job name.
-
#job_status ⇒ String
The filters for listing import jobs based on status.
-
#message ⇒ String
The error message thrown if an import job fails.
-
#submitted_at ⇒ Time
The timestamp when an import job was submitted.
Instance Attribute Details
#data_access_role_arn ⇒ String
The Amazon Resource Name (ARN) that grants permissions to access medical imaging resources.
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_id ⇒ String
The data store identifier.
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_at ⇒ Time
The timestamp when an import job ended.
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_id ⇒ String
The import job identifier.
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_name ⇒ String
The import job name.
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_status ⇒ String
The filters for listing import jobs based on status.
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 |
#message ⇒ String
The error message thrown if an import job fails.
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_at ⇒ Time
The timestamp when an import job was submitted.
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 |