class Aws::Braket::Types::SearchDevicesRequest

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

data as a hash:

    {
      filters: [ # required
        {
          name: "SearchDevicesFilterNameString", # required
          values: ["String256"], # required
        },
      ],
      max_results: 1,
      next_token: "String",
    }

@!attribute [rw] filters

The filter values to use to search for a device.
@return [Array<Types::SearchDevicesFilter>]

@!attribute [rw] max_results

The maximum number of results to return in the response.
@return [Integer]

@!attribute [rw] next_token

A token used for pagination of results returned in the response. Use
the token returned from the previous request continue results where
the previous request ended.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/braket-2019-09-01/SearchDevicesRequest AWS API Documentation

Constants

SENSITIVE