Class: Aws::HealthLake::Types::DescribeFHIRImportJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::DescribeFHIRImportJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-healthlake/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#import_job_properties ⇒ Types::ImportJobProperties
The properties of the Import job request, including the ID, ARN, name, status of the job, and the progress report of the job.
Instance Attribute Details
#import_job_properties ⇒ Types::ImportJobProperties
The properties of the Import job request, including the ID, ARN, name, status of the job, and the progress report of the job.
347 348 349 350 351 |
# File 'lib/aws-sdk-healthlake/types.rb', line 347 class DescribeFHIRImportJobResponse < Struct.new( :import_job_properties) SENSITIVE = [] include Aws::Structure end |