Class: Aws::HealthLake::Types::ListFHIRImportJobsResponse

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_properties_listArray<Types::ImportJobProperties>

The properties of a listed FHIR import jobs, including the ID, ARN, name, the status of the job, and the progress report of the job.

Returns:



842
843
844
845
846
847
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 842

class ListFHIRImportJobsResponse < Struct.new(
  :import_job_properties_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A pagination token used to identify the next page of results to return for a ListFHIRImportJobs query.

Returns:

  • (String)


842
843
844
845
846
847
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 842

class ListFHIRImportJobsResponse < Struct.new(
  :import_job_properties_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end