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 AWS generated ID for the data store from which files are being exported from for an export job.
-
#job_id ⇒ String
The AWS generated ID for an export job.
Instance Attribute Details
#datastore_id ⇒ String
The AWS generated ID for the data store from which files are being exported from for an export job.
303 304 305 306 307 308 |
# File 'lib/aws-sdk-healthlake/types.rb', line 303 class DescribeFHIRExportJobRequest < Struct.new( :datastore_id, :job_id) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The AWS generated ID for an export job.
303 304 305 306 307 308 |
# File 'lib/aws-sdk-healthlake/types.rb', line 303 class DescribeFHIRExportJobRequest < Struct.new( :datastore_id, :job_id) SENSITIVE = [] include Aws::Structure end |