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)


4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4918

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:



4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4918

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)


4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4918

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)


4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4918

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:



4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4918

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)


4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4918

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)


4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4918

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)


4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4918

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)


4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4918

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)


4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4918

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