Class: Aws::LocationService::Types::WiFiAccessPoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::WiFiAccessPoint
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-locationservice/types.rb
Overview
Wi-Fi access point.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mac_address ⇒ String
Medium access control address (Mac).
-
#rss ⇒ Integer
Received signal strength (dBm) of the WLAN measurement data.
Instance Attribute Details
#mac_address ⇒ String
Medium access control address (Mac).
7134 7135 7136 7137 7138 7139 |
# File 'lib/aws-sdk-locationservice/types.rb', line 7134 class WiFiAccessPoint < Struct.new( :mac_address, :rss) SENSITIVE = [] include Aws::Structure end |
#rss ⇒ Integer
Received signal strength (dBm) of the WLAN measurement data.
7134 7135 7136 7137 7138 7139 |
# File 'lib/aws-sdk-locationservice/types.rb', line 7134 class WiFiAccessPoint < Struct.new( :mac_address, :rss) SENSITIVE = [] include Aws::Structure end |