Class: Aws::HealthLake::Types::DescribeFHIRExportJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::DescribeFHIRExportJobRequest
- 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 from which FHIR data is being exported from.
-
#job_id ⇒ String
The export job identifier.
Instance Attribute Details
#datastore_id ⇒ String
The data store identifier from which FHIR data is being exported from.
289 290 291 292 293 294 |
# File 'lib/aws-sdk-healthlake/types.rb', line 289 class DescribeFHIRExportJobRequest < Struct.new( :datastore_id, :job_id) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The export job identifier.
289 290 291 292 293 294 |
# File 'lib/aws-sdk-healthlake/types.rb', line 289 class DescribeFHIRExportJobRequest < Struct.new( :datastore_id, :job_id) SENSITIVE = [] include Aws::Structure end |