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.
| 6914 6915 6916 6917 6918 6919 | # File 'lib/aws-sdk-iotwireless/types.rb', line 6914 class WiFiAccessPoint < Struct.new( :mac_address, :rss) SENSITIVE = [] include Aws::Structure end | 
#rss ⇒ Integer
Received signal strength (dBm) of the WLAN measurement data.
| 6914 6915 6916 6917 6918 6919 | # File 'lib/aws-sdk-iotwireless/types.rb', line 6914 class WiFiAccessPoint < Struct.new( :mac_address, :rss) SENSITIVE = [] include Aws::Structure end |