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.
1077 1078 1079 1080 1081 1082 1083 |
# File 'lib/aws-sdk-healthlake/types.rb', line 1077 class StartFHIRImportJobResponse < Struct.new( :job_id, :job_status, :datastore_id) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The import job identifier.
1077 1078 1079 1080 1081 1082 1083 |
# File 'lib/aws-sdk-healthlake/types.rb', line 1077 class StartFHIRImportJobResponse < Struct.new( :job_id, :job_status, :datastore_id) SENSITIVE = [] include Aws::Structure end |
#job_status ⇒ String
The import job status.
1077 1078 1079 1080 1081 1082 1083 |
# File 'lib/aws-sdk-healthlake/types.rb', line 1077 class StartFHIRImportJobResponse < Struct.new( :job_id, :job_status, :datastore_id) SENSITIVE = [] include Aws::Structure end |