Class: Aws::HealthLake::Types::DescribeFHIRImportJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::DescribeFHIRImportJobRequest
- 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.
Instance Attribute Details
#datastore_id ⇒ String
The data store identifier.
318 319 320 321 322 323 |
# File 'lib/aws-sdk-healthlake/types.rb', line 318 class DescribeFHIRImportJobRequest < Struct.new( :datastore_id, :job_id) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The import job identifier.
318 319 320 321 322 323 |
# File 'lib/aws-sdk-healthlake/types.rb', line 318 class DescribeFHIRImportJobRequest < Struct.new( :datastore_id, :job_id) SENSITIVE = [] include Aws::Structure end |