Class: Aws::IoTWireless::Types::ListDevicesForWirelessDeviceImportTaskResponse

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

#destination_nameString

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.

Returns:

  • (String)


3332
3333
3334
3335
3336
3337
3338
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3332

class ListDevicesForWirelessDeviceImportTaskResponse < Struct.new(
  :next_token,
  :destination_name,
  :imported_wireless_device_list)
  SENSITIVE = []
  include Aws::Structure
end

#imported_wireless_device_listArray<Types::ImportedWirelessDevice>

List of wireless devices in an import task and their onboarding status.

Returns:



3332
3333
3334
3335
3336
3337
3338
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3332

class ListDevicesForWirelessDeviceImportTaskResponse < Struct.new(
  :next_token,
  :destination_name,
  :imported_wireless_device_list)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


3332
3333
3334
3335
3336
3337
3338
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3332

class ListDevicesForWirelessDeviceImportTaskResponse < Struct.new(
  :next_token,
  :destination_name,
  :imported_wireless_device_list)
  SENSITIVE = []
  include Aws::Structure
end