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.
2326 2327 2328 |
# File 'sig/types.rbs', line 2326 def mac_address @mac_address end |
#rss ⇒ ::Integer
Returns the value of attribute rss.
2327 2328 2329 |
# File 'sig/types.rbs', line 2327 def rss @rss end |