Class: Aws::MedicalImaging::Types::StartDICOMImportJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MedicalImaging::Types::StartDICOMImportJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medicalimaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique identifier for API idempotency.
-
#data_access_role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role that grants permission to access medical imaging resources.
-
#datastore_id ⇒ String
The data store identifier.
-
#input_owner_account_id ⇒ String
The account ID of the source S3 bucket owner.
-
#input_s3_uri ⇒ String
The input prefix path for the S3 bucket that contains the DICOM files to be imported.
-
#job_name ⇒ String
The import job name.
-
#output_s3_uri ⇒ String
The output prefix of the S3 bucket to upload the results of the DICOM import job.
Instance Attribute Details
#client_token ⇒ String
A unique identifier for API idempotency.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1494 class StartDICOMImportJobRequest < Struct.new( :job_name, :data_access_role_arn, :client_token, :datastore_id, :input_s3_uri, :output_s3_uri, :input_owner_account_id) SENSITIVE = [] include Aws::Structure end |
#data_access_role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role that grants permission to access medical imaging resources.
1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1494 class StartDICOMImportJobRequest < Struct.new( :job_name, :data_access_role_arn, :client_token, :datastore_id, :input_s3_uri, :output_s3_uri, :input_owner_account_id) SENSITIVE = [] include Aws::Structure end |
#datastore_id ⇒ String
The data store identifier.
1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1494 class StartDICOMImportJobRequest < Struct.new( :job_name, :data_access_role_arn, :client_token, :datastore_id, :input_s3_uri, :output_s3_uri, :input_owner_account_id) SENSITIVE = [] include Aws::Structure end |
#input_owner_account_id ⇒ String
The account ID of the source S3 bucket owner.
1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1494 class StartDICOMImportJobRequest < Struct.new( :job_name, :data_access_role_arn, :client_token, :datastore_id, :input_s3_uri, :output_s3_uri, :input_owner_account_id) SENSITIVE = [] include Aws::Structure end |
#input_s3_uri ⇒ String
The input prefix path for the S3 bucket that contains the DICOM files to be imported.
1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1494 class StartDICOMImportJobRequest < Struct.new( :job_name, :data_access_role_arn, :client_token, :datastore_id, :input_s3_uri, :output_s3_uri, :input_owner_account_id) SENSITIVE = [] include Aws::Structure end |
#job_name ⇒ String
The import job name.
1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1494 class StartDICOMImportJobRequest < Struct.new( :job_name, :data_access_role_arn, :client_token, :datastore_id, :input_s3_uri, :output_s3_uri, :input_owner_account_id) 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.
1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1494 class StartDICOMImportJobRequest < Struct.new( :job_name, :data_access_role_arn, :client_token, :datastore_id, :input_s3_uri, :output_s3_uri, :input_owner_account_id) SENSITIVE = [] include Aws::Structure end |