Class: Aws::IoTWireless::Types::ListWirelessDevicesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to use to get the next set of results, or null if there are no additional results.

Returns:

  • (String)


3306
3307
3308
3309
3310
3311
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3306

class ListWirelessDevicesResponse < Struct.new(
  :next_token,
  :wireless_device_list)
  SENSITIVE = []
  include Aws::Structure
end

#wireless_device_listArray<Types::WirelessDeviceStatistics>

The ID of the wireless device.



3306
3307
3308
3309
3310
3311
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3306

class ListWirelessDevicesResponse < Struct.new(
  :next_token,
  :wireless_device_list)
  SENSITIVE = []
  include Aws::Structure
end