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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-locationservice/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).

Returns:

  • (String)


7136
7137
7138
7139
7140
7141
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 7136

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

#rssInteger

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

Returns:

  • (Integer)


7136
7137
7138
7139
7140
7141
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 7136

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