Class: Aws::MedicalImaging::Types::SearchImageSetsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MedicalImaging::Types::SearchImageSetsRequest
- Defined in:
- gems/aws-sdk-medicalimaging/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.
1476 1477 1478 1479 1480 1481 1482 1483 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1476 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.
1476 1477 1478 1479 1480 1481 1482 1483 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1476 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.
1476 1477 1478 1479 1480 1481 1482 1483 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1476 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
.
1476 1477 1478 1479 1480 1481 1482 1483 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1476 class SearchImageSetsRequest < Struct.new( :datastore_id, :search_criteria, :max_results, :next_token) SENSITIVE = [:search_criteria] include Aws::Structure end |