Class: Aws::HealthLake::Types::ListFHIRImportJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::ListFHIRImportJobsResponse
- Defined in:
- gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#import_job_properties_list ⇒ Array<Types::ImportJobProperties>
The properties of a listed FHIR import jobs, including the ID, ARN, name, and the status of the job.
-
#next_token ⇒ String
A pagination token used to identify the next page of results to return for a ListFHIRImportJobs query.
Instance Attribute Details
#import_job_properties_list ⇒ Array<Types::ImportJobProperties>
The properties of a listed FHIR import jobs, including the ID, ARN, name, and the status of the job.
761 762 763 764 765 766 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 761 class ListFHIRImportJobsResponse < Struct.new( :import_job_properties_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token used to identify the next page of results to return for a ListFHIRImportJobs query.
761 762 763 764 765 766 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 761 class ListFHIRImportJobsResponse < Struct.new( :import_job_properties_list, :next_token) SENSITIVE = [] include Aws::Structure end |