Class: Aws::MedicalImaging::Types::DICOMImportJobProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::MedicalImaging::Types::DICOMImportJobProperties
- Defined in:
- gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb
Overview
Properties of the 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 for when the import job was ended.
-
#input_s3_uri ⇒ String
The input prefix path for the S3 bucket that contains the DICOM P10 files to be imported.
-
#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.
-
#output_s3_uri ⇒ String
The output prefix of the S3 bucket to upload the results of the DICOM import job.
-
#submitted_at ⇒ Time
The timestamp for when the 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.
355 356 357 358 359 360 361 362 363 364 365 366 367 368 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 355 class DICOMImportJobProperties < Struct.new( :job_id, :job_name, :job_status, :datastore_id, :data_access_role_arn, :ended_at, :submitted_at, :input_s3_uri, :output_s3_uri, :message) SENSITIVE = [] include Aws::Structure end |
#datastore_id ⇒ String
The data store identifier.
355 356 357 358 359 360 361 362 363 364 365 366 367 368 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 355 class DICOMImportJobProperties < Struct.new( :job_id, :job_name, :job_status, :datastore_id, :data_access_role_arn, :ended_at, :submitted_at, :input_s3_uri, :output_s3_uri, :message) SENSITIVE = [] include Aws::Structure end |
#ended_at ⇒ Time
The timestamp for when the import job was ended.
355 356 357 358 359 360 361 362 363 364 365 366 367 368 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 355 class DICOMImportJobProperties < Struct.new( :job_id, :job_name, :job_status, :datastore_id, :data_access_role_arn, :ended_at, :submitted_at, :input_s3_uri, :output_s3_uri, :message) SENSITIVE = [] include Aws::Structure end |
#input_s3_uri ⇒ String
The input prefix path for the S3 bucket that contains the DICOM P10 files to be imported.
355 356 357 358 359 360 361 362 363 364 365 366 367 368 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 355 class DICOMImportJobProperties < Struct.new( :job_id, :job_name, :job_status, :datastore_id, :data_access_role_arn, :ended_at, :submitted_at, :input_s3_uri, :output_s3_uri, :message) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The import job identifier.
355 356 357 358 359 360 361 362 363 364 365 366 367 368 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 355 class DICOMImportJobProperties < Struct.new( :job_id, :job_name, :job_status, :datastore_id, :data_access_role_arn, :ended_at, :submitted_at, :input_s3_uri, :output_s3_uri, :message) SENSITIVE = [] include Aws::Structure end |
#job_name ⇒ String
The import job name.
355 356 357 358 359 360 361 362 363 364 365 366 367 368 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 355 class DICOMImportJobProperties < Struct.new( :job_id, :job_name, :job_status, :datastore_id, :data_access_role_arn, :ended_at, :submitted_at, :input_s3_uri, :output_s3_uri, :message) SENSITIVE = [] include Aws::Structure end |
#job_status ⇒ String
The filters for listing import jobs based on status.
355 356 357 358 359 360 361 362 363 364 365 366 367 368 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 355 class DICOMImportJobProperties < Struct.new( :job_id, :job_name, :job_status, :datastore_id, :data_access_role_arn, :ended_at, :submitted_at, :input_s3_uri, :output_s3_uri, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The error message thrown if an import job fails.
355 356 357 358 359 360 361 362 363 364 365 366 367 368 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 355 class DICOMImportJobProperties < Struct.new( :job_id, :job_name, :job_status, :datastore_id, :data_access_role_arn, :ended_at, :submitted_at, :input_s3_uri, :output_s3_uri, :message) SENSITIVE = [] include Aws::Structure end |
#output_s3_uri ⇒ String
The output prefix of the S3 bucket to upload the results of the DICOM import job.
355 356 357 358 359 360 361 362 363 364 365 366 367 368 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 355 class DICOMImportJobProperties < Struct.new( :job_id, :job_name, :job_status, :datastore_id, :data_access_role_arn, :ended_at, :submitted_at, :input_s3_uri, :output_s3_uri, :message) SENSITIVE = [] include Aws::Structure end |
#submitted_at ⇒ Time
The timestamp for when the import job was submitted.
355 356 357 358 359 360 361 362 363 364 365 366 367 368 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 355 class DICOMImportJobProperties < Struct.new( :job_id, :job_name, :job_status, :datastore_id, :data_access_role_arn, :ended_at, :submitted_at, :input_s3_uri, :output_s3_uri, :message) SENSITIVE = [] include Aws::Structure end |