Class: Aws::Braket::Types::SearchDevicesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::SearchDevicesResponse
- Includes:
- Structure
- Defined in:
- 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.
1205 1206 1207 1208 1209 1210 |
# File 'lib/aws-sdk-braket/types.rb', line 1205 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 results where the previous request ended.
1205 1206 1207 1208 1209 1210 |
# File 'lib/aws-sdk-braket/types.rb', line 1205 class SearchDevicesResponse < Struct.new( :devices, :next_token) SENSITIVE = [] include Aws::Structure end |