Class: Aws::HealthLake::Types::StartFHIRExportJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::StartFHIRExportJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-healthlake/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#datastore_id ⇒ String
The AWS generated ID for the data store from which files are being exported for an export job.
-
#job_id ⇒ String
The AWS generated ID for an export job.
-
#job_status ⇒ String
The status of a FHIR export job.
Instance Attribute Details
#datastore_id ⇒ String
The AWS generated ID for the data store from which files are being exported for an export job.
1018 1019 1020 1021 1022 1023 1024 |
# File 'lib/aws-sdk-healthlake/types.rb', line 1018 class StartFHIRExportJobResponse < Struct.new( :job_id, :job_status, :datastore_id) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The AWS generated ID for an export job.
1018 1019 1020 1021 1022 1023 1024 |
# File 'lib/aws-sdk-healthlake/types.rb', line 1018 class StartFHIRExportJobResponse < Struct.new( :job_id, :job_status, :datastore_id) SENSITIVE = [] include Aws::Structure end |
#job_status ⇒ String
The status of a FHIR export job. Possible statuses are SUBMITTED, IN_PROGRESS, COMPLETED, or FAILED.
1018 1019 1020 1021 1022 1023 1024 |
# File 'lib/aws-sdk-healthlake/types.rb', line 1018 class StartFHIRExportJobResponse < Struct.new( :job_id, :job_status, :datastore_id) SENSITIVE = [] include Aws::Structure end |