Class: Aws::HealthLake::Types::DescribeFHIRExportJobResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#export_job_propertiesTypes::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 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 317

class DescribeFHIRExportJobResponse < Struct.new(
  :export_job_properties)
  SENSITIVE = []
  include Aws::Structure
end