Class: Aws::HealthLake::Types::ImportJobProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::ImportJobProperties
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-healthlake/types.rb
Overview
Displays the properties of the import job, including the ID, Arn, Name, the status of the job, and the progress report of the job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_access_role_arn ⇒ String
The Amazon Resource Name (ARN) that gives AWS HealthLake access to your input data.
-
#datastore_id ⇒ String
The datastore id used when the Import job was created.
-
#end_time ⇒ Time
The time that the Import job was completed.
-
#input_data_config ⇒ Types::InputDataConfig
The input data configuration that was supplied when the Import job was created.
-
#job_id ⇒ String
The AWS-generated id number for the Import job.
-
#job_name ⇒ String
The user-generated name for an Import job.
-
#job_output_data_config ⇒ Types::OutputDataConfig
The output data configuration that was supplied when the export job was created.
-
#job_progress_report ⇒ Types::JobProgressReport
Displays the progress of the import job, including total resources scanned, total resources ingested, and total size of data ingested.
-
#job_status ⇒ String
The job status for an Import job.
-
#message ⇒ String
An explanation of any errors that may have occurred during the FHIR import job.
-
#submit_time ⇒ Time
The time that the Import job was submitted for processing.
Instance Attribute Details
#data_access_role_arn ⇒ String
The Amazon Resource Name (ARN) that gives AWS HealthLake access to your input data.
546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 |
# File 'lib/aws-sdk-healthlake/types.rb', line 546 class ImportJobProperties < Struct.new( :job_id, :job_name, :job_status, :submit_time, :end_time, :datastore_id, :input_data_config, :job_output_data_config, :job_progress_report, :data_access_role_arn, :message) SENSITIVE = [] include Aws::Structure end |
#datastore_id ⇒ String
The datastore id used when the Import job was created.
546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 |
# File 'lib/aws-sdk-healthlake/types.rb', line 546 class ImportJobProperties < Struct.new( :job_id, :job_name, :job_status, :submit_time, :end_time, :datastore_id, :input_data_config, :job_output_data_config, :job_progress_report, :data_access_role_arn, :message) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ Time
The time that the Import job was completed.
546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 |
# File 'lib/aws-sdk-healthlake/types.rb', line 546 class ImportJobProperties < Struct.new( :job_id, :job_name, :job_status, :submit_time, :end_time, :datastore_id, :input_data_config, :job_output_data_config, :job_progress_report, :data_access_role_arn, :message) SENSITIVE = [] include Aws::Structure end |
#input_data_config ⇒ Types::InputDataConfig
The input data configuration that was supplied when the Import job was created.
546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 |
# File 'lib/aws-sdk-healthlake/types.rb', line 546 class ImportJobProperties < Struct.new( :job_id, :job_name, :job_status, :submit_time, :end_time, :datastore_id, :input_data_config, :job_output_data_config, :job_progress_report, :data_access_role_arn, :message) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The AWS-generated id number for the Import job.
546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 |
# File 'lib/aws-sdk-healthlake/types.rb', line 546 class ImportJobProperties < Struct.new( :job_id, :job_name, :job_status, :submit_time, :end_time, :datastore_id, :input_data_config, :job_output_data_config, :job_progress_report, :data_access_role_arn, :message) SENSITIVE = [] include Aws::Structure end |
#job_name ⇒ String
The user-generated name for an Import job.
546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 |
# File 'lib/aws-sdk-healthlake/types.rb', line 546 class ImportJobProperties < Struct.new( :job_id, :job_name, :job_status, :submit_time, :end_time, :datastore_id, :input_data_config, :job_output_data_config, :job_progress_report, :data_access_role_arn, :message) SENSITIVE = [] include Aws::Structure end |
#job_output_data_config ⇒ Types::OutputDataConfig
The output data configuration that was supplied when the export job was created.
546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 |
# File 'lib/aws-sdk-healthlake/types.rb', line 546 class ImportJobProperties < Struct.new( :job_id, :job_name, :job_status, :submit_time, :end_time, :datastore_id, :input_data_config, :job_output_data_config, :job_progress_report, :data_access_role_arn, :message) SENSITIVE = [] include Aws::Structure end |
#job_progress_report ⇒ Types::JobProgressReport
Displays the progress of the import job, including total resources scanned, total resources ingested, and total size of data ingested.
546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 |
# File 'lib/aws-sdk-healthlake/types.rb', line 546 class ImportJobProperties < Struct.new( :job_id, :job_name, :job_status, :submit_time, :end_time, :datastore_id, :input_data_config, :job_output_data_config, :job_progress_report, :data_access_role_arn, :message) SENSITIVE = [] include Aws::Structure end |
#job_status ⇒ String
The job status for an Import job. Possible statuses are SUBMITTED, IN_PROGRESS, COMPLETED_WITH_ERRORS, COMPLETED, FAILED.
546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 |
# File 'lib/aws-sdk-healthlake/types.rb', line 546 class ImportJobProperties < Struct.new( :job_id, :job_name, :job_status, :submit_time, :end_time, :datastore_id, :input_data_config, :job_output_data_config, :job_progress_report, :data_access_role_arn, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
An explanation of any errors that may have occurred during the FHIR import job.
546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 |
# File 'lib/aws-sdk-healthlake/types.rb', line 546 class ImportJobProperties < Struct.new( :job_id, :job_name, :job_status, :submit_time, :end_time, :datastore_id, :input_data_config, :job_output_data_config, :job_progress_report, :data_access_role_arn, :message) SENSITIVE = [] include Aws::Structure end |
#submit_time ⇒ Time
The time that the Import job was submitted for processing.
546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 |
# File 'lib/aws-sdk-healthlake/types.rb', line 546 class ImportJobProperties < Struct.new( :job_id, :job_name, :job_status, :submit_time, :end_time, :datastore_id, :input_data_config, :job_output_data_config, :job_progress_report, :data_access_role_arn, :message) SENSITIVE = [] include Aws::Structure end |