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_properties ⇒ Types::ExportJobProperties

The export job properties.



849
850
851
852
853
# File 'lib/aws-sdk-healthlake/types.rb', line 849

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