Class: Aws::IoTWireless::Types::ListWirelessDevicesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::ListWirelessDevicesResponse
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use to get the next set of results, or null if there are no additional results.
-
#wireless_device_list ⇒ Array<Types::WirelessDeviceStatistics>
The ID of the wireless device.
Instance Attribute Details
#next_token ⇒ String
The token to use to get the next set of results, or null if there are no additional results.
3783 3784 3785 3786 3787 3788 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3783 class ListWirelessDevicesResponse < Struct.new( :next_token, :wireless_device_list) SENSITIVE = [] include Aws::Structure end |
#wireless_device_list ⇒ Array<Types::WirelessDeviceStatistics>
The ID of the wireless device.
3783 3784 3785 3786 3787 3788 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3783 class ListWirelessDevicesResponse < Struct.new( :next_token, :wireless_device_list) SENSITIVE = [] include Aws::Structure end |