Class: Aws::MedicalImaging::Types::ListDICOMImportJobsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_summariesArray<Types::DICOMImportJobSummary>

A list of job summaries.

Returns:



1044
1045
1046
1047
1048
1049
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1044

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

#next_tokenString

The pagination token used to retrieve the list of import jobs on the next page.

Returns:

  • (String)


1044
1045
1046
1047
1048
1049
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1044

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