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.
1516 1517 1518 1519 1520 1521 1522 1523 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1516 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.
1516 1517 1518 1519 1520 1521 1522 1523 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1516 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.
1516 1517 1518 1519 1520 1521 1522 1523 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1516 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.
1516 1517 1518 1519 1520 1521 1522 1523 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1516 class SearchImageSetsRequest < Struct.new( :datastore_id, :search_criteria, :max_results, :next_token) SENSITIVE = [:search_criteria] include Aws::Structure end |