Class: Aws::HealthLake::Types::StartFHIRImportJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::StartFHIRImportJobResponse
- Defined in:
- gems/aws-sdk-healthlake/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.
934 935 936 937 938 939 940 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 934 class StartFHIRImportJobResponse < Struct.new( :job_id, :job_status, :datastore_id) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The AWS-generated job ID.
934 935 936 937 938 939 940 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 934 class StartFHIRImportJobResponse < Struct.new( :job_id, :job_status, :datastore_id) SENSITIVE = [] include Aws::Structure end |
#job_status ⇒ String
The status of an import job.
934 935 936 937 938 939 940 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 934 class StartFHIRImportJobResponse < Struct.new( :job_id, :job_status, :datastore_id) SENSITIVE = [] include Aws::Structure end |