Class: Aws::MedicalImaging::Types::SearchImageSetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MedicalImaging::Types::SearchImageSetsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medicalimaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_sets_metadata_summaries ⇒ Array<Types::ImageSetsMetadataSummary>
The model containing the image set results.
-
#next_token ⇒ String
The token for pagination results.
-
#sort ⇒ Types::Sort
The sort order for image set search results.
Instance Attribute Details
#image_sets_metadata_summaries ⇒ Array<Types::ImageSetsMetadataSummary>
The model containing the image set results.
1418 1419 1420 1421 1422 1423 1424 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1418 class SearchImageSetsResponse < Struct.new( :image_sets_metadata_summaries, :sort, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for pagination results.
1418 1419 1420 1421 1422 1423 1424 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1418 class SearchImageSetsResponse < Struct.new( :image_sets_metadata_summaries, :sort, :next_token) SENSITIVE = [] include Aws::Structure end |
#sort ⇒ Types::Sort
The sort order for image set search results.
1418 1419 1420 1421 1422 1423 1424 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1418 class SearchImageSetsResponse < Struct.new( :image_sets_metadata_summaries, :sort, :next_token) SENSITIVE = [] include Aws::Structure end |