Class: Aws::HealthLake::Types::ExportJobProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::ExportJobProperties
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-healthlake/types.rb
Overview
The properties of a FHIR export job, including the ID, ARN, name, and the status of the job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_access_role_arn ⇒ String
The Amazon Resource Name used during the initiation of the job.
-
#datastore_id ⇒ String
The AWS generated ID for the data store from which files are being exported for an export job.
-
#end_time ⇒ Time
The time an export job completed.
-
#job_id ⇒ String
The AWS generated ID for an export job.
-
#job_name ⇒ String
The user generated name for an export job.
-
#job_status ⇒ String
The status of a FHIR export job.
-
#message ⇒ String
An explanation of any errors that may have occurred during the export job.
-
#output_data_config ⇒ Types::OutputDataConfig
The output data configuration that was supplied when the export job was created.
-
#submit_time ⇒ Time
The time an export job was initiated.
Instance Attribute Details
#data_access_role_arn ⇒ String
The Amazon Resource Name used during the initiation of the job.
418 419 420 421 422 423 424 425 426 427 428 429 430 |
# File 'lib/aws-sdk-healthlake/types.rb', line 418 class ExportJobProperties < Struct.new( :job_id, :job_name, :job_status, :submit_time, :end_time, :datastore_id, :output_data_config, :data_access_role_arn, :message) SENSITIVE = [] include Aws::Structure end |
#datastore_id ⇒ String
The AWS generated ID for the data store from which files are being exported for an export job.
418 419 420 421 422 423 424 425 426 427 428 429 430 |
# File 'lib/aws-sdk-healthlake/types.rb', line 418 class ExportJobProperties < Struct.new( :job_id, :job_name, :job_status, :submit_time, :end_time, :datastore_id, :output_data_config, :data_access_role_arn, :message) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ Time
The time an export job completed.
418 419 420 421 422 423 424 425 426 427 428 429 430 |
# File 'lib/aws-sdk-healthlake/types.rb', line 418 class ExportJobProperties < Struct.new( :job_id, :job_name, :job_status, :submit_time, :end_time, :datastore_id, :output_data_config, :data_access_role_arn, :message) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The AWS generated ID for an export job.
418 419 420 421 422 423 424 425 426 427 428 429 430 |
# File 'lib/aws-sdk-healthlake/types.rb', line 418 class ExportJobProperties < Struct.new( :job_id, :job_name, :job_status, :submit_time, :end_time, :datastore_id, :output_data_config, :data_access_role_arn, :message) SENSITIVE = [] include Aws::Structure end |
#job_name ⇒ String
The user generated name for an export job.
418 419 420 421 422 423 424 425 426 427 428 429 430 |
# File 'lib/aws-sdk-healthlake/types.rb', line 418 class ExportJobProperties < Struct.new( :job_id, :job_name, :job_status, :submit_time, :end_time, :datastore_id, :output_data_config, :data_access_role_arn, :message) SENSITIVE = [] include Aws::Structure end |
#job_status ⇒ String
The status of a FHIR export job. Possible statuses are SUBMITTED, IN_PROGRESS, COMPLETED, or FAILED.
418 419 420 421 422 423 424 425 426 427 428 429 430 |
# File 'lib/aws-sdk-healthlake/types.rb', line 418 class ExportJobProperties < Struct.new( :job_id, :job_name, :job_status, :submit_time, :end_time, :datastore_id, :output_data_config, :data_access_role_arn, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
An explanation of any errors that may have occurred during the export job.
418 419 420 421 422 423 424 425 426 427 428 429 430 |
# File 'lib/aws-sdk-healthlake/types.rb', line 418 class ExportJobProperties < Struct.new( :job_id, :job_name, :job_status, :submit_time, :end_time, :datastore_id, :output_data_config, :data_access_role_arn, :message) SENSITIVE = [] include Aws::Structure end |
#output_data_config ⇒ Types::OutputDataConfig
The output data configuration that was supplied when the export job was created.
418 419 420 421 422 423 424 425 426 427 428 429 430 |
# File 'lib/aws-sdk-healthlake/types.rb', line 418 class ExportJobProperties < Struct.new( :job_id, :job_name, :job_status, :submit_time, :end_time, :datastore_id, :output_data_config, :data_access_role_arn, :message) SENSITIVE = [] include Aws::Structure end |
#submit_time ⇒ Time
The time an export job was initiated.
418 419 420 421 422 423 424 425 426 427 428 429 430 |
# File 'lib/aws-sdk-healthlake/types.rb', line 418 class ExportJobProperties < Struct.new( :job_id, :job_name, :job_status, :submit_time, :end_time, :datastore_id, :output_data_config, :data_access_role_arn, :message) SENSITIVE = [] include Aws::Structure end |