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

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

#import_job_propertiesTypes::ImportJobProperties

The properties of the Import job request, including the ID, ARN, name, status of the job, and the progress report of the job.



347
348
349
350
351
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 347

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