Class: Aws::IoTWireless::Types::WiFiAccessPoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::WiFiAccessPoint
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Overview
Wi-Fi access point.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mac_address ⇒ String
Wi-Fi MAC Address.
-
#rss ⇒ Integer
Recived signal strength of the WLAN measurement data.
Instance Attribute Details
#mac_address ⇒ String
Wi-Fi MAC Address.
5887 5888 5889 5890 5891 5892 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5887 class WiFiAccessPoint < Struct.new( :mac_address, :rss) SENSITIVE = [] include Aws::Structure end |
#rss ⇒ Integer
Recived signal strength of the WLAN measurement data.
5887 5888 5889 5890 5891 5892 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5887 class WiFiAccessPoint < Struct.new( :mac_address, :rss) SENSITIVE = [] include Aws::Structure end |