Module: Aws::IoTWireless::Client::_ListDevicesForWirelessDeviceImportTaskResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListDevicesForWirelessDeviceImportTaskResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #destination_name ⇒ ::String
- #imported_wireless_device_list ⇒ ::Array[Types::ImportedWirelessDevice]
- #next_token ⇒ ::String
- #positioning ⇒ "Enabled", "Disabled"
- #sidewalk ⇒ Types::SidewalkListDevicesForImportInfo
Instance Method Details
#destination_name ⇒ ::String
1256 |
# File 'sig/client.rbs', line 1256
def destination_name: () -> ::String
|
#imported_wireless_device_list ⇒ ::Array[Types::ImportedWirelessDevice]
1259 |
# File 'sig/client.rbs', line 1259
def imported_wireless_device_list: () -> ::Array[Types::ImportedWirelessDevice]
|
#next_token ⇒ ::String
1255 |
# File 'sig/client.rbs', line 1255
def next_token: () -> ::String
|
#positioning ⇒ "Enabled", "Disabled"
1257 |
# File 'sig/client.rbs', line 1257
def positioning: () -> ("Enabled" | "Disabled")
|
#sidewalk ⇒ Types::SidewalkListDevicesForImportInfo
1258 |
# File 'sig/client.rbs', line 1258
def sidewalk: () -> Types::SidewalkListDevicesForImportInfo
|