Class: Aws::HealthLake::Types::ListFHIRExportJobsResponse

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

#export_job_properties_listArray<Types::ExportJobProperties>

The properties of listed FHIR export jobs, including the ID, ARN, name, and the status of the job.

Returns:



774
775
776
777
778
779
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 774

class ListFHIRExportJobsResponse < Struct.new(
  :export_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 ListFHIRExportJobs query.

Returns:

  • (String)


774
775
776
777
778
779
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 774

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