Class: Aws::MedicalImaging::Types::SearchImageSetsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MedicalImaging::Types::SearchImageSetsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medicalimaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:search_criteria]
Instance Attribute Summary collapse
-
#datastore_id ⇒ String
The identifier of the data store where the image sets reside.
-
#max_results ⇒ Integer
The maximum number of results that can be returned in a search.
-
#next_token ⇒ String
The token used for pagination of results returned in the response.
-
#search_criteria ⇒ Types::SearchCriteria
The search criteria that filters by applying a maximum of 1 item to ‘SearchByAttribute`.
Instance Attribute Details
#datastore_id ⇒ String
The identifier of the data store where the image sets reside.
1395 1396 1397 1398 1399 1400 1401 1402 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1395 class SearchImageSetsRequest < Struct.new( :datastore_id, :search_criteria, :max_results, :next_token) SENSITIVE = [:search_criteria] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results that can be returned in a search.
1395 1396 1397 1398 1399 1400 1401 1402 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1395 class SearchImageSetsRequest < Struct.new( :datastore_id, :search_criteria, :max_results, :next_token) SENSITIVE = [:search_criteria] include Aws::Structure end |
#next_token ⇒ String
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.
1395 1396 1397 1398 1399 1400 1401 1402 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1395 class SearchImageSetsRequest < Struct.new( :datastore_id, :search_criteria, :max_results, :next_token) SENSITIVE = [:search_criteria] include Aws::Structure end |
#search_criteria ⇒ Types::SearchCriteria
The search criteria that filters by applying a maximum of 1 item to ‘SearchByAttribute`.
1395 1396 1397 1398 1399 1400 1401 1402 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1395 class SearchImageSetsRequest < Struct.new( :datastore_id, :search_criteria, :max_results, :next_token) SENSITIVE = [:search_criteria] include Aws::Structure end |