Class: Aws::HealthLake::Types::ExportJobProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::ExportJobProperties
- Defined in:
- gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb
Overview
The properties of a FHIR export job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_access_role_arn ⇒ String
The Amazon Resource Name (ARN) used during the initiation of the export job.
-
#datastore_id ⇒ String
The data store identifier from which files are being exported.
-
#end_time ⇒ Time
The time the export job completed.
-
#job_id ⇒ String
The export job identifier.
-
#job_name ⇒ String
The export job name.
-
#job_status ⇒ String
The export job status.
-
#message ⇒ String
An explanation of any errors that might have occurred during the export job.
-
#output_data_config ⇒ Types::OutputDataConfig
The output data configuration supplied when the export job was created.
-
#submit_time ⇒ Time
The time the export job was initiated.
Instance Attribute Details
#data_access_role_arn ⇒ String
The Amazon Resource Name (ARN) used during the initiation of the export job.
400 401 402 403 404 405 406 407 408 409 410 411 412 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 400 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 data store identifier from which files are being exported.
400 401 402 403 404 405 406 407 408 409 410 411 412 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 400 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 the export job completed.
400 401 402 403 404 405 406 407 408 409 410 411 412 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 400 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 export job identifier.
400 401 402 403 404 405 406 407 408 409 410 411 412 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 400 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 export job name.
400 401 402 403 404 405 406 407 408 409 410 411 412 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 400 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 export job status.
400 401 402 403 404 405 406 407 408 409 410 411 412 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 400 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 might have occurred during the export job.
400 401 402 403 404 405 406 407 408 409 410 411 412 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 400 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 supplied when the export job was created.
400 401 402 403 404 405 406 407 408 409 410 411 412 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 400 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 the export job was initiated.
400 401 402 403 404 405 406 407 408 409 410 411 412 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 400 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 |