Class: Aws::HealthLake::Types::StartFHIRImportJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::StartFHIRImportJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-healthlake/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#datastore_id ⇒ String
The data store identifier.
-
#job_id ⇒ String
The import job identifier.
-
#job_status ⇒ String
The import job status.
Instance Attribute Details
#datastore_id ⇒ String
The data store identifier.
2116 2117 2118 2119 2120 2121 2122 |
# File 'lib/aws-sdk-healthlake/types.rb', line 2116 class StartFHIRImportJobResponse < Struct.new( :job_id, :job_status, :datastore_id) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The import job identifier.
2116 2117 2118 2119 2120 2121 2122 |
# File 'lib/aws-sdk-healthlake/types.rb', line 2116 class StartFHIRImportJobResponse < Struct.new( :job_id, :job_status, :datastore_id) SENSITIVE = [] include Aws::Structure end |
#job_status ⇒ String
The import job status.
2116 2117 2118 2119 2120 2121 2122 |
# File 'lib/aws-sdk-healthlake/types.rb', line 2116 class StartFHIRImportJobResponse < Struct.new( :job_id, :job_status, :datastore_id) SENSITIVE = [] include Aws::Structure end |