Class: Aws::Types::ListWirelessDevicesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListWirelessDevicesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_name ⇒ ::String
Returns the value of attribute destination_name.
-
#device_profile_id ⇒ ::String
Returns the value of attribute device_profile_id.
-
#fuota_task_id ⇒ ::String
Returns the value of attribute fuota_task_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#multicast_group_id ⇒ ::String
Returns the value of attribute multicast_group_id.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#service_profile_id ⇒ ::String
Returns the value of attribute service_profile_id.
-
#wireless_device_type ⇒ "Sidewalk", "LoRaWAN"
Returns the value of attribute wireless_device_type.
Instance Attribute Details
#destination_name ⇒ ::String
Returns the value of attribute destination_name.
1284 1285 1286 |
# File 'sig/types.rbs', line 1284 def destination_name @destination_name end |
#device_profile_id ⇒ ::String
Returns the value of attribute device_profile_id.
1285 1286 1287 |
# File 'sig/types.rbs', line 1285 def device_profile_id @device_profile_id end |
#fuota_task_id ⇒ ::String
Returns the value of attribute fuota_task_id.
1288 1289 1290 |
# File 'sig/types.rbs', line 1288 def fuota_task_id @fuota_task_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1282 1283 1284 |
# File 'sig/types.rbs', line 1282 def max_results @max_results end |
#multicast_group_id ⇒ ::String
Returns the value of attribute multicast_group_id.
1289 1290 1291 |
# File 'sig/types.rbs', line 1289 def multicast_group_id @multicast_group_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1283 1284 1285 |
# File 'sig/types.rbs', line 1283 def next_token @next_token end |
#service_profile_id ⇒ ::String
Returns the value of attribute service_profile_id.
1286 1287 1288 |
# File 'sig/types.rbs', line 1286 def service_profile_id @service_profile_id end |
#wireless_device_type ⇒ "Sidewalk", "LoRaWAN"
Returns the value of attribute wireless_device_type.
1287 1288 1289 |
# File 'sig/types.rbs', line 1287 def wireless_device_type @wireless_device_type end |