Class: Aws::Braket::Types::SearchDevicesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::SearchDevicesRequest
- Defined in:
- gems/aws-sdk-braket/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.
1374 1375 1376 1377 1378 1379 1380 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1374 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.
1374 1375 1376 1377 1378 1379 1380 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1374 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.
1374 1375 1376 1377 1378 1379 1380 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1374 class SearchDevicesRequest < Struct.new( :next_token, :max_results, :filters) SENSITIVE = [] include Aws::Structure end |