Class: Aws::HealthLake::Types::ImportJobProperties

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-healthlake/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

Instance Attribute Details

#data_access_role_arnString

The Amazon Resource Name (ARN) that gives AWS HealthLake access to your input data.

Returns:

  • (String)


546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
# File 'gems/aws-sdk-healthlake/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_idString

The datastore id used when the Import job was created.

Returns:

  • (String)


546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
# File 'gems/aws-sdk-healthlake/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_timeTime

The time that the Import job was completed.

Returns:

  • (Time)


546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
# File 'gems/aws-sdk-healthlake/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_configTypes::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 'gems/aws-sdk-healthlake/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_idString

The AWS-generated id number for the Import job.

Returns:

  • (String)


546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
# File 'gems/aws-sdk-healthlake/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_nameString

The user-generated name for an Import job.

Returns:

  • (String)


546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
# File 'gems/aws-sdk-healthlake/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_configTypes::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 'gems/aws-sdk-healthlake/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_reportTypes::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 'gems/aws-sdk-healthlake/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_statusString

The job status for an Import job. Possible statuses are SUBMITTED, IN_PROGRESS, COMPLETED_WITH_ERRORS, COMPLETED, FAILED.

Returns:

  • (String)


546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
# File 'gems/aws-sdk-healthlake/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

#messageString

An explanation of any errors that may have occurred during the FHIR import job.

Returns:

  • (String)


546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
# File 'gems/aws-sdk-healthlake/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_timeTime

The time that the Import job was submitted for processing.

Returns:

  • (Time)


546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
# File 'gems/aws-sdk-healthlake/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