Class: Aws::Braket::Types::SearchDevicesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::SearchDevicesResponse
- Defined in:
- gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#devices ⇒ Array<Types::DeviceSummary>
An array of
DeviceSummary
objects for devices that match the specified filter values. -
#next_token ⇒ String
A token used for pagination of results, or null if there are no additional results.
Instance Attribute Details
#devices ⇒ Array<Types::DeviceSummary>
An array of DeviceSummary
objects for devices that match the
specified filter values.
1290 1291 1292 1293 1294 1295 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1290 class SearchDevicesResponse < Struct.new( :devices, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token used for pagination of results, or null if there are no additional results. Use the token value in a subsequent request to continue search where the previous request ended.
1290 1291 1292 1293 1294 1295 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1290 class SearchDevicesResponse < Struct.new( :devices, :next_token) SENSITIVE = [] include Aws::Structure end |