Class: Aws::MedicalImaging::Types::SearchImageSetsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#image_sets_metadata_summariesArray<Types::ImageSetsMetadataSummary>

The model containing the image set results.



1635
1636
1637
1638
1639
1640
1641
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1635

class SearchImageSetsResponse < Struct.new(
  :image_sets_metadata_summaries,
  :sort,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for pagination results.

Returns:

  • (String)


1635
1636
1637
1638
1639
1640
1641
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1635

class SearchImageSetsResponse < Struct.new(
  :image_sets_metadata_summaries,
  :sort,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#sortTypes::Sort

The sort order for image set search results.

Returns:



1635
1636
1637
1638
1639
1640
1641
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1635

class SearchImageSetsResponse < Struct.new(
  :image_sets_metadata_summaries,
  :sort,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end