Class: Aws::Types::WirelessGatewayStatistics
- Inherits:
-
Object
- Object
- Aws::Types::WirelessGatewayStatistics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#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::LoRaWANGateway
Returns the value of attribute lo_ra_wan.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2395 2396 2397 |
# File 'sig/types.rbs', line 2395 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
2398 2399 2400 |
# File 'sig/types.rbs', line 2398 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
2396 2397 2398 |
# File 'sig/types.rbs', line 2396 def id @id end |
#last_uplink_received_at ⇒ ::String
Returns the value of attribute last_uplink_received_at.
2400 2401 2402 |
# File 'sig/types.rbs', line 2400 def last_uplink_received_at @last_uplink_received_at end |
#lo_ra_wan ⇒ Types::LoRaWANGateway
Returns the value of attribute lo_ra_wan.
2399 2400 2401 |
# File 'sig/types.rbs', line 2399 def lo_ra_wan @lo_ra_wan end |
#name ⇒ ::String
Returns the value of attribute name.
2397 2398 2399 |
# File 'sig/types.rbs', line 2397 def name @name end |