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 AWS-generated ID of the data store.
-
#job_id ⇒ String
The AWS-generated job ID.
Instance Attribute Details
#datastore_id ⇒ String
The AWS-generated ID of the data store.
333 334 335 336 337 338 |
# File 'lib/aws-sdk-healthlake/types.rb', line 333 class DescribeFHIRImportJobRequest < Struct.new( :datastore_id, :job_id) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The AWS-generated job ID.
333 334 335 336 337 338 |
# File 'lib/aws-sdk-healthlake/types.rb', line 333 class DescribeFHIRImportJobRequest < Struct.new( :datastore_id, :job_id) SENSITIVE = [] include Aws::Structure end |