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 for listed import jobs.

Returns:



880
881
882
883
884
885
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 880

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

#next_tokenString

The pagination token used to identify the next page of results to return.

Returns:

  • (String)


880
881
882
883
884
885
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 880

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