class Aws::IoTWireless::Types::ListWirelessDevicesRequest

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

data as a hash:

    {
      max_results: 1,
      next_token: "NextToken",
      destination_name: "DestinationName",
      device_profile_id: "DeviceProfileId",
      service_profile_id: "ServiceProfileId",
      wireless_device_type: "Sidewalk", # accepts Sidewalk, LoRaWAN
    }

@!attribute [rw] max_results

The maximum number of results to return in this operation.
@return [Integer]

@!attribute [rw] next_token

To retrieve the next set of results, the `nextToken` value from a
previous response; otherwise **null** to receive the first set of
results.
@return [String]

@!attribute [rw] destination_name

A filter to list only the wireless devices that use this
destination.
@return [String]

@!attribute [rw] device_profile_id

A filter to list only the wireless devices that use this device
profile.
@return [String]

@!attribute [rw] service_profile_id

A filter to list only the wireless devices that use this service
profile.
@return [String]

@!attribute [rw] wireless_device_type

A filter to list only the wireless devices that use this wireless
device type.
@return [String]

Constants

SENSITIVE