Class: Aws::LocationService::Types::WiFiAccessPoint

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-locationservice/types.rb

Overview

Wi-Fi access point.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#mac_addressString

Medium access control address (Mac).



7313
7314
7315
7316
7317
7318
# File 'lib/aws-sdk-locationservice/types.rb', line 7313

class WiFiAccessPoint < Struct.new(
  :mac_address,
  :rss)
  SENSITIVE = []
  include Aws::Structure
end

#rssInteger

Received signal strength (dBm) of the WLAN measurement data.



7313
7314
7315
7316
7317
7318
# File 'lib/aws-sdk-locationservice/types.rb', line 7313

class WiFiAccessPoint < Struct.new(
  :mac_address,
  :rss)
  SENSITIVE = []
  include Aws::Structure
end