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.
5818 5819 5820 5821 5822 5823 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5818 class WiFiAccessPoint < Struct.new( :mac_address, :rss) SENSITIVE = [] include Aws::Structure end |
#rss ⇒ Integer
Recived signal strength of the WLAN measurement data.
5818 5819 5820 5821 5822 5823 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5818 class WiFiAccessPoint < Struct.new( :mac_address, :rss) SENSITIVE = [] include Aws::Structure end |