Class: Aws::IoTWireless::Types::ListDevicesForWirelessDeviceImportTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::ListDevicesForWirelessDeviceImportTaskResponse
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_name ⇒ String
The name of the Sidewalk destination that describes the IoT rule to route messages received from devices in an import task that are onboarded to AWS IoT Wireless.
-
#imported_wireless_device_list ⇒ Array<Types::ImportedWirelessDevice>
List of wireless devices in an import task and their onboarding status.
-
#next_token ⇒ String
The token to use to get the next set of results, or
null
if there are no additional results.
Instance Attribute Details
#destination_name ⇒ String
The name of the Sidewalk destination that describes the IoT rule to route messages received from devices in an import task that are onboarded to AWS IoT Wireless.
3400 3401 3402 3403 3404 3405 3406 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3400 class ListDevicesForWirelessDeviceImportTaskResponse < Struct.new( :next_token, :destination_name, :imported_wireless_device_list) SENSITIVE = [] include Aws::Structure end |
#imported_wireless_device_list ⇒ Array<Types::ImportedWirelessDevice>
List of wireless devices in an import task and their onboarding status.
3400 3401 3402 3403 3404 3405 3406 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3400 class ListDevicesForWirelessDeviceImportTaskResponse < Struct.new( :next_token, :destination_name, :imported_wireless_device_list) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to get the next set of results, or null
if there
are no additional results.
3400 3401 3402 3403 3404 3405 3406 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3400 class ListDevicesForWirelessDeviceImportTaskResponse < Struct.new( :next_token, :destination_name, :imported_wireless_device_list) SENSITIVE = [] include Aws::Structure end |