Class: Aws::IoTWireless::Types::WiFiAccessPoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::WiFiAccessPoint
- Includes:
- Structure
- Defined in:
- 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
Received signal strength (dBm) of the WLAN measurement data.
Instance Attribute Details
#mac_address ⇒ String
Wi-Fi MAC Address.
7033 7034 7035 7036 7037 7038 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 7033 class WiFiAccessPoint < Struct.new( :mac_address, :rss) SENSITIVE = [] include Aws::Structure end |
#rss ⇒ Integer
Received signal strength (dBm) of the WLAN measurement data.
7033 7034 7035 7036 7037 7038 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 7033 class WiFiAccessPoint < Struct.new( :mac_address, :rss) SENSITIVE = [] include Aws::Structure end |