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

Class: Aws::AlexaForBusiness::Types::SearchDevicesResponse

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

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#devicesArray<Types::DeviceData>

The devices that meet the specified set of filter criteria, in sort order.

Returns:

  • (Array<Types::DeviceData>)

    The devices that meet the specified set of filter criteria, in sort order.

#next_tokenString

The token returned to indicate that there is more data available.

Returns:

  • (String)

    The token returned to indicate that there is more data available.

#total_countInteger

The total number of devices returned.

Returns:

  • (Integer)

    The total number of devices returned.