class Aws::AlexaForBusiness::Types::SearchDevicesRequest

@note When making an API call, you may pass SearchDevicesRequest

data as a hash:

    {
      next_token: "NextToken",
      max_results: 1,
      filters: [
        {
          key: "FilterKey", # required
          values: ["FilterValue"], # required
        },
      ],
      sort_criteria: [
        {
          key: "SortKey", # required
          value: "ASC", # required, accepts ASC, DESC
        },
      ],
    }

@!attribute [rw] next_token

An optional token returned from a prior request. Use this token for
pagination of results from this action. If this parameter is
specified, the response includes only results beyond the token, up
to the value specified by `MaxResults`.
@return [String]

@!attribute [rw] max_results

The maximum number of results to include in the response. If more
results exist than the specified `MaxResults` value, a token is
included in the response so that the remaining results can be
retrieved.
@return [Integer]

@!attribute [rw] filters

The filters to use to list a specified set of devices. Supported
filter keys are DeviceName, DeviceStatus, DeviceStatusDetailCode,
RoomName, DeviceType, DeviceSerialNumber, UnassociatedOnly,
ConnectionStatus (ONLINE and OFFLINE), NetworkProfileName,
NetworkProfileArn, Feature, and FailureCode.
@return [Array<Types::Filter>]

@!attribute [rw] sort_criteria

The sort order to use in listing the specified set of devices.
Supported sort keys are DeviceName, DeviceStatus, RoomName,
DeviceType, DeviceSerialNumber, ConnectionStatus,
NetworkProfileName, NetworkProfileArn, Feature, and FailureCode.
@return [Array<Types::Sort>]

@see docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/SearchDevicesRequest AWS API Documentation

Constants

SENSITIVE