You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Braket::Types::SearchDevicesResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#devicesArray<Types::DeviceSummary>

An array of DeviceSummary objects for devices that match the specified filter values.

Returns:

  • (Array<Types::DeviceSummary>)

    An array of DeviceSummary objects for devices that match the specified filter values.

#next_tokenString

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.

Returns:

  • (String)

    A token used for pagination of results, or null if there are no additional results.