Class: Aws::Types::WirelessDeviceStatistics
- Inherits:
-
Object
- Object
- Aws::Types::WirelessDeviceStatistics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#destination_name ⇒ ::String
Returns the value of attribute destination_name.
-
#fuota_device_status ⇒ "Initial", ...
Returns the value of attribute fuota_device_status.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_uplink_received_at ⇒ ::String
Returns the value of attribute last_uplink_received_at.
-
#lo_ra_wan ⇒ Types::LoRaWANListDevice
Returns the value of attribute lo_ra_wan.
-
#mc_group_id ⇒ ::Integer
Returns the value of attribute mc_group_id.
-
#multicast_device_status ⇒ ::String
Returns the value of attribute multicast_device_status.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#positioning ⇒ "Enabled", "Disabled"
Returns the value of attribute positioning.
-
#sidewalk ⇒ Types::SidewalkListDevice
Returns the value of attribute sidewalk.
-
#type ⇒ "Sidewalk", "LoRaWAN"
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2366 2367 2368 |
# File 'sig/types.rbs', line 2366 def arn @arn end |
#destination_name ⇒ ::String
Returns the value of attribute destination_name.
2370 2371 2372 |
# File 'sig/types.rbs', line 2370 def destination_name @destination_name end |
#fuota_device_status ⇒ "Initial", ...
Returns the value of attribute fuota_device_status.
2374 2375 2376 |
# File 'sig/types.rbs', line 2374 def fuota_device_status @fuota_device_status end |
#id ⇒ ::String
Returns the value of attribute id.
2367 2368 2369 |
# File 'sig/types.rbs', line 2367 def id @id end |
#last_uplink_received_at ⇒ ::String
Returns the value of attribute last_uplink_received_at.
2371 2372 2373 |
# File 'sig/types.rbs', line 2371 def last_uplink_received_at @last_uplink_received_at end |
#lo_ra_wan ⇒ Types::LoRaWANListDevice
Returns the value of attribute lo_ra_wan.
2372 2373 2374 |
# File 'sig/types.rbs', line 2372 def lo_ra_wan @lo_ra_wan end |
#mc_group_id ⇒ ::Integer
Returns the value of attribute mc_group_id.
2376 2377 2378 |
# File 'sig/types.rbs', line 2376 def mc_group_id @mc_group_id end |
#multicast_device_status ⇒ ::String
Returns the value of attribute multicast_device_status.
2375 2376 2377 |
# File 'sig/types.rbs', line 2375 def multicast_device_status @multicast_device_status end |
#name ⇒ ::String
Returns the value of attribute name.
2369 2370 2371 |
# File 'sig/types.rbs', line 2369 def name @name end |
#positioning ⇒ "Enabled", "Disabled"
Returns the value of attribute positioning.
2377 2378 2379 |
# File 'sig/types.rbs', line 2377 def positioning @positioning end |
#sidewalk ⇒ Types::SidewalkListDevice
Returns the value of attribute sidewalk.
2373 2374 2375 |
# File 'sig/types.rbs', line 2373 def sidewalk @sidewalk end |
#type ⇒ "Sidewalk", "LoRaWAN"
Returns the value of attribute type.
2368 2369 2370 |
# File 'sig/types.rbs', line 2368 def type @type end |