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).
      7136 7137 7138 7139 7140 7141  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 7136 class WiFiAccessPoint < Struct.new( :mac_address, :rss) SENSITIVE = [] include Aws::Structure end  | 
  
#rss ⇒ Integer
Received signal strength (dBm) of the WLAN measurement data.
      7136 7137 7138 7139 7140 7141  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 7136 class WiFiAccessPoint < Struct.new( :mac_address, :rss) SENSITIVE = [] include Aws::Structure end  |