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.



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_tokenString

The token for pagination results.

Returns:

  • (String)


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

#sortTypes::Sort

The sort order for image set search results.

Returns:



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