Class: Aws::LocationService::Types::CellSignals

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

Overview

The cellular network communication infrastructure that the device uses.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lte_cell_detailsArray<Types::LteCellDetails>

Information about the Long-Term Evolution (LTE) network the device is connected to.

Returns:



1274
1275
1276
1277
1278
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 1274

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