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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#export_job_propertiesTypes::ExportJobProperties

The export job properties.



302
303
304
305
306
# File 'lib/aws-sdk-healthlake/types.rb', line 302

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