Class: Aws::IoTWireless::Types::WiFiCellular

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

Overview

Configuration for WiFi and cellular location payloads.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#confidence_percentInteger

Confidence level for WiFi and cellular position estimates, expressed as a percentage. Valid range: 50–99 inclusive. Defaults to 68 if not specified.

Returns:

  • (Integer)


7260
7261
7262
7263
7264
# File 'lib/aws-sdk-iotwireless/types.rb', line 7260

class WiFiCellular < Struct.new(
  :confidence_percent)
  SENSITIVE = []
  include Aws::Structure
end