Class: Aws::Braket::Types::SearchDevicesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::SearchDevicesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-braket/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::SearchDevicesFilter>
Array of SearchDevicesFilter objects to use when searching for devices.
-
#max_results ⇒ Integer
The maximum number of results to return in the response.
-
#next_token ⇒ String
A token used for pagination of results returned in the response.
Instance Attribute Details
#filters ⇒ Array<Types::SearchDevicesFilter>
Array of SearchDevicesFilter objects to use when searching for devices.
1304 1305 1306 1307 1308 1309 1310 |
# File 'lib/aws-sdk-braket/types.rb', line 1304 class SearchDevicesRequest < Struct.new( :next_token, :max_results, :filters) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return in the response.
1304 1305 1306 1307 1308 1309 1310 |
# File 'lib/aws-sdk-braket/types.rb', line 1304 class SearchDevicesRequest < Struct.new( :next_token, :max_results, :filters) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token used for pagination of results returned in the response. Use the token returned from the previous request to continue search where the previous request ended.
1304 1305 1306 1307 1308 1309 1310 |
# File 'lib/aws-sdk-braket/types.rb', line 1304 class SearchDevicesRequest < Struct.new( :next_token, :max_results, :filters) SENSITIVE = [] include Aws::Structure end |