Class: Aws::MedicalImaging::Types::SearchImageSetsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:search_criteria]

Instance Attribute Summary collapse

Instance Attribute Details

#datastore_idString

The identifier of the data store where the image sets reside.

Returns:

  • (String)


1321
1322
1323
1324
1325
1326
1327
1328
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1321

class SearchImageSetsRequest < Struct.new(
  :datastore_id,
  :search_criteria,
  :max_results,
  :next_token)
  SENSITIVE = [:search_criteria]
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results that can be returned in a search.

Returns:

  • (Integer)


1321
1322
1323
1324
1325
1326
1327
1328
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1321

class SearchImageSetsRequest < Struct.new(
  :datastore_id,
  :search_criteria,
  :max_results,
  :next_token)
  SENSITIVE = [:search_criteria]
  include Aws::Structure
end

#next_tokenString

The token used for pagination of results returned in the response. Use the token returned from the previous request to continue results where the previous request ended.

Returns:

  • (String)


1321
1322
1323
1324
1325
1326
1327
1328
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1321

class SearchImageSetsRequest < Struct.new(
  :datastore_id,
  :search_criteria,
  :max_results,
  :next_token)
  SENSITIVE = [:search_criteria]
  include Aws::Structure
end

#search_criteriaTypes::SearchCriteria

The search criteria that filters by applying a maximum of 1 item to SearchByAttribute.



1321
1322
1323
1324
1325
1326
1327
1328
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1321

class SearchImageSetsRequest < Struct.new(
  :datastore_id,
  :search_criteria,
  :max_results,
  :next_token)
  SENSITIVE = [:search_criteria]
  include Aws::Structure
end