Class: Aws::Types::WiFiAccessPoint
- Inherits:
-
Object
- Object
- Aws::Types::WiFiAccessPoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mac_address ⇒ ::String
Returns the value of attribute mac_address.
-
#rss ⇒ ::Integer
Returns the value of attribute rss.
Instance Attribute Details
#mac_address ⇒ ::String
Returns the value of attribute mac_address.
1489 1490 1491 |
# File 'sig/types.rbs', line 1489 def mac_address @mac_address end |
#rss ⇒ ::Integer
Returns the value of attribute rss.
1490 1491 1492 |
# File 'sig/types.rbs', line 1490 def rss @rss end |