Class: Aws::HealthLake::Types::DescribeFHIRExportJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::DescribeFHIRExportJobResponse
- Defined in:
- gems/aws-sdk-healthlake/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.
313 314 315 316 317 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 313 class DescribeFHIRExportJobResponse < Struct.new( :export_job_properties) SENSITIVE = [] include Aws::Structure end |