Class: Aws::HealthLake::Types::DescribeFHIRExportJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::DescribeFHIRExportJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-healthlake/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#export_job_properties ⇒ Types::ExportJobProperties
Displays the properties of the export job, including the ID, Arn, Name, and the status of the job.
Instance Attribute Details
#export_job_properties ⇒ Types::ExportJobProperties
Displays the properties of the export job, including the ID, Arn, Name, and the status of the job.
317 318 319 320 321 |
# File 'lib/aws-sdk-healthlake/types.rb', line 317 class DescribeFHIRExportJobResponse < Struct.new( :export_job_properties) SENSITIVE = [] include Aws::Structure end |