Class: Aws::LocationService::Types::CellSignals
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LocationService::Types::CellSignals
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-locationservice/types.rb
 
Overview
The cellular network communication infrastructure that the device uses.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #lte_cell_details  ⇒ Array<Types::LteCellDetails> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the Long-Term Evolution (LTE) network the device is connected to.
 
Instance Attribute Details
#lte_cell_details ⇒ Array<Types::LteCellDetails>
Information about the Long-Term Evolution (LTE) network the device is connected to.
      1274 1275 1276 1277 1278  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 1274 class CellSignals < Struct.new( :lte_cell_details) SENSITIVE = [] include Aws::Structure end  |