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 for listed import jobs.
-
#next_token ⇒ String
The pagination token used to identify the next page of results to return.
Instance Attribute Details
#import_job_properties_list ⇒ Array<Types::ImportJobProperties>
The properties for listed import jobs.
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_token ⇒ String
The pagination token used to identify the next page of results to return.
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 |