Class: Aws::IoTWireless::Types::LteObj

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

Overview

LTE object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#eutran_cidInteger

E-UTRAN (Evolved Universal Terrestrial Radio Access Network) Cell Global Identifier.

Returns:

  • (Integer)


4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4724

class LteObj < Struct.new(
  :mcc,
  :mnc,
  :eutran_cid,
  :tac,
  :lte_local_id,
  :lte_timing_advance,
  :rsrp,
  :rsrq,
  :nr_capable,
  :lte_nmr)
  SENSITIVE = []
  include Aws::Structure
end

#lte_local_idTypes::LteLocalId

LTE local identification (local ID) information.

Returns:



4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4724

class LteObj < Struct.new(
  :mcc,
  :mnc,
  :eutran_cid,
  :tac,
  :lte_local_id,
  :lte_timing_advance,
  :rsrp,
  :rsrq,
  :nr_capable,
  :lte_nmr)
  SENSITIVE = []
  include Aws::Structure
end

#lte_nmrArray<Types::LteNmrObj>

LTE object for network measurement reports.

Returns:



4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4724

class LteObj < Struct.new(
  :mcc,
  :mnc,
  :eutran_cid,
  :tac,
  :lte_local_id,
  :lte_timing_advance,
  :rsrp,
  :rsrq,
  :nr_capable,
  :lte_nmr)
  SENSITIVE = []
  include Aws::Structure
end

#lte_timing_advanceInteger

LTE timing advance.

Returns:

  • (Integer)


4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4724

class LteObj < Struct.new(
  :mcc,
  :mnc,
  :eutran_cid,
  :tac,
  :lte_local_id,
  :lte_timing_advance,
  :rsrp,
  :rsrq,
  :nr_capable,
  :lte_nmr)
  SENSITIVE = []
  include Aws::Structure
end

#mccInteger

Mobile Country Code.

Returns:

  • (Integer)


4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4724

class LteObj < Struct.new(
  :mcc,
  :mnc,
  :eutran_cid,
  :tac,
  :lte_local_id,
  :lte_timing_advance,
  :rsrp,
  :rsrq,
  :nr_capable,
  :lte_nmr)
  SENSITIVE = []
  include Aws::Structure
end

#mncInteger

Mobile Network Code.

Returns:

  • (Integer)


4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4724

class LteObj < Struct.new(
  :mcc,
  :mnc,
  :eutran_cid,
  :tac,
  :lte_local_id,
  :lte_timing_advance,
  :rsrp,
  :rsrq,
  :nr_capable,
  :lte_nmr)
  SENSITIVE = []
  include Aws::Structure
end

#nr_capableBoolean

Parameter that determines whether the LTE object is capable of supporting NR (new radio).

Returns:

  • (Boolean)


4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4724

class LteObj < Struct.new(
  :mcc,
  :mnc,
  :eutran_cid,
  :tac,
  :lte_local_id,
  :lte_timing_advance,
  :rsrp,
  :rsrq,
  :nr_capable,
  :lte_nmr)
  SENSITIVE = []
  include Aws::Structure
end

#rsrpInteger

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

Returns:

  • (Integer)


4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4724

class LteObj < Struct.new(
  :mcc,
  :mnc,
  :eutran_cid,
  :tac,
  :lte_local_id,
  :lte_timing_advance,
  :rsrp,
  :rsrq,
  :nr_capable,
  :lte_nmr)
  SENSITIVE = []
  include Aws::Structure
end

#rsrqFloat

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

Returns:

  • (Float)


4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4724

class LteObj < Struct.new(
  :mcc,
  :mnc,
  :eutran_cid,
  :tac,
  :lte_local_id,
  :lte_timing_advance,
  :rsrp,
  :rsrq,
  :nr_capable,
  :lte_nmr)
  SENSITIVE = []
  include Aws::Structure
end

#tacInteger

LTE tracking area code.

Returns:

  • (Integer)


4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4724

class LteObj < Struct.new(
  :mcc,
  :mnc,
  :eutran_cid,
  :tac,
  :lte_local_id,
  :lte_timing_advance,
  :rsrp,
  :rsrq,
  :nr_capable,
  :lte_nmr)
  SENSITIVE = []
  include Aws::Structure
end