Class: Aws::LocationService::Types::LteCellDetails

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

Overview

Details about the Long-Term Evolution (LTE) network.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cell_idInteger

The E-UTRAN Cell Identifier (ECI).

Returns:

  • (Integer)


5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
5055
5056
5057
5058
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 5045

class LteCellDetails < Struct.new(
  :cell_id,
  :mcc,
  :mnc,
  :local_id,
  :network_measurements,
  :timing_advance,
  :nr_capable,
  :rsrp,
  :rsrq,
  :tac)
  SENSITIVE = []
  include Aws::Structure
end

#local_idTypes::LteLocalId

The LTE local identification information (local ID).

Returns:



5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
5055
5056
5057
5058
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 5045

class LteCellDetails < Struct.new(
  :cell_id,
  :mcc,
  :mnc,
  :local_id,
  :network_measurements,
  :timing_advance,
  :nr_capable,
  :rsrp,
  :rsrq,
  :tac)
  SENSITIVE = []
  include Aws::Structure
end

#mccInteger

The Mobile Country Code (MCC).

Returns:

  • (Integer)


5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
5055
5056
5057
5058
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 5045

class LteCellDetails < Struct.new(
  :cell_id,
  :mcc,
  :mnc,
  :local_id,
  :network_measurements,
  :timing_advance,
  :nr_capable,
  :rsrp,
  :rsrq,
  :tac)
  SENSITIVE = []
  include Aws::Structure
end

#mncInteger

The Mobile Network Code (MNC)

Returns:

  • (Integer)


5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
5055
5056
5057
5058
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 5045

class LteCellDetails < Struct.new(
  :cell_id,
  :mcc,
  :mnc,
  :local_id,
  :network_measurements,
  :timing_advance,
  :nr_capable,
  :rsrp,
  :rsrq,
  :tac)
  SENSITIVE = []
  include Aws::Structure
end

#network_measurementsArray<Types::LteNetworkMeasurements>

The network measurements.

Returns:



5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
5055
5056
5057
5058
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 5045

class LteCellDetails < Struct.new(
  :cell_id,
  :mcc,
  :mnc,
  :local_id,
  :network_measurements,
  :timing_advance,
  :nr_capable,
  :rsrp,
  :rsrq,
  :tac)
  SENSITIVE = []
  include Aws::Structure
end

#nr_capableBoolean

Indicates whether the LTE object is capable of supporting NR (new radio).

Returns:

  • (Boolean)


5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
5055
5056
5057
5058
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 5045

class LteCellDetails < Struct.new(
  :cell_id,
  :mcc,
  :mnc,
  :local_id,
  :network_measurements,
  :timing_advance,
  :nr_capable,
  :rsrp,
  :rsrq,
  :tac)
  SENSITIVE = []
  include Aws::Structure
end

#rsrpInteger

Signal power of the reference signal received, measured in decibel-milliwatts (dBm).

Returns:

  • (Integer)


5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
5055
5056
5057
5058
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 5045

class LteCellDetails < Struct.new(
  :cell_id,
  :mcc,
  :mnc,
  :local_id,
  :network_measurements,
  :timing_advance,
  :nr_capable,
  :rsrp,
  :rsrq,
  :tac)
  SENSITIVE = []
  include Aws::Structure
end

#rsrqFloat

Signal quality of the reference Signal received, measured in decibels (dB).

Returns:

  • (Float)


5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
5055
5056
5057
5058
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 5045

class LteCellDetails < Struct.new(
  :cell_id,
  :mcc,
  :mnc,
  :local_id,
  :network_measurements,
  :timing_advance,
  :nr_capable,
  :rsrp,
  :rsrq,
  :tac)
  SENSITIVE = []
  include Aws::Structure
end

#tacInteger

LTE Tracking Area Code (TAC).

Returns:

  • (Integer)


5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
5055
5056
5057
5058
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 5045

class LteCellDetails < Struct.new(
  :cell_id,
  :mcc,
  :mnc,
  :local_id,
  :network_measurements,
  :timing_advance,
  :nr_capable,
  :rsrp,
  :rsrq,
  :tac)
  SENSITIVE = []
  include Aws::Structure
end

#timing_advanceInteger

Timing Advance (TA).

Returns:

  • (Integer)


5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
5055
5056
5057
5058
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 5045

class LteCellDetails < Struct.new(
  :cell_id,
  :mcc,
  :mnc,
  :local_id,
  :network_measurements,
  :timing_advance,
  :nr_capable,
  :rsrp,
  :rsrq,
  :tac)
  SENSITIVE = []
  include Aws::Structure
end