Class: Aws::MedicalImaging::Types::ListDICOMImportJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MedicalImaging::Types::ListDICOMImportJobsResponse
- Defined in:
- gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_summaries ⇒ Array<Types::DICOMImportJobSummary>
A list of job summaries.
-
#next_token ⇒ String
The pagination token used to retrieve the list of import jobs on the next page.
Instance Attribute Details
#job_summaries ⇒ Array<Types::DICOMImportJobSummary>
A list of job summaries.
1072 1073 1074 1075 1076 1077 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1072 class ListDICOMImportJobsResponse < Struct.new( :job_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token used to retrieve the list of import jobs on the next page.
1072 1073 1074 1075 1076 1077 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1072 class ListDICOMImportJobsResponse < Struct.new( :job_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |