Class: Aws::HealthLake::Types::DescribeFHIRImportJobResponse

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

#import_job_propertiesTypes::ImportJobProperties

The import job properties.



331
332
333
334
335
# File 'lib/aws-sdk-healthlake/types.rb', line 331

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