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.
1134 1135 1136 1137 1138 1139 1140 |
# File 'lib/aws-sdk-healthlake/types.rb', line 1134 class StartFHIRImportJobResponse < Struct.new( :job_id, :job_status, :datastore_id) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The import job identifier.
1134 1135 1136 1137 1138 1139 1140 |
# File 'lib/aws-sdk-healthlake/types.rb', line 1134 class StartFHIRImportJobResponse < Struct.new( :job_id, :job_status, :datastore_id) SENSITIVE = [] include Aws::Structure end |
#job_status ⇒ String
The import job status.
1134 1135 1136 1137 1138 1139 1140 |
# File 'lib/aws-sdk-healthlake/types.rb', line 1134 class StartFHIRImportJobResponse < Struct.new( :job_id, :job_status, :datastore_id) SENSITIVE = [] include Aws::Structure end |