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.
1269 1270 1271 1272 1273 1274 1275 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1269 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.
1269 1270 1271 1272 1273 1274 1275 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1269 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.
1269 1270 1271 1272 1273 1274 1275 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1269 class SearchDevicesRequest < Struct.new( :next_token, :max_results, :filters) SENSITIVE = [] include Aws::Structure end |