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 AWS-generated data store ID.
-
#job_id ⇒ String
The AWS-generated job ID.
-
#job_status ⇒ String
The status of an import job.
Instance Attribute Details
#datastore_id ⇒ String
The AWS-generated data store ID.
1083 1084 1085 1086 1087 1088 1089 |
# File 'lib/aws-sdk-healthlake/types.rb', line 1083 class StartFHIRImportJobResponse < Struct.new( :job_id, :job_status, :datastore_id) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The AWS-generated job ID.
1083 1084 1085 1086 1087 1088 1089 |
# File 'lib/aws-sdk-healthlake/types.rb', line 1083 class StartFHIRImportJobResponse < Struct.new( :job_id, :job_status, :datastore_id) SENSITIVE = [] include Aws::Structure end |
#job_status ⇒ String
The status of an import job.
1083 1084 1085 1086 1087 1088 1089 |
# File 'lib/aws-sdk-healthlake/types.rb', line 1083 class StartFHIRImportJobResponse < Struct.new( :job_id, :job_status, :datastore_id) SENSITIVE = [] include Aws::Structure end |