Class: Aws::IoTWireless::Types::LteNmrObj

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

Overview

LTE object for network measurement reports.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#earfcnInteger

E-UTRA (Evolved universal terrestrial Radio Access) absolute radio frequency channel Number (EARFCN).

Returns:

  • (Integer)


4668
4669
4670
4671
4672
4673
4674
4675
4676
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4668

class LteNmrObj < Struct.new(
  :pci,
  :earfcn,
  :eutran_cid,
  :rsrp,
  :rsrq)
  SENSITIVE = []
  include Aws::Structure
end

#eutran_cidInteger

E-UTRAN (Evolved Universal Terrestrial Radio Access Network) cell global identifier (EUTRANCID).

Returns:

  • (Integer)


4668
4669
4670
4671
4672
4673
4674
4675
4676
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4668

class LteNmrObj < Struct.new(
  :pci,
  :earfcn,
  :eutran_cid,
  :rsrp,
  :rsrq)
  SENSITIVE = []
  include Aws::Structure
end

#pciInteger

Physical cell ID.

Returns:

  • (Integer)


4668
4669
4670
4671
4672
4673
4674
4675
4676
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4668

class LteNmrObj < Struct.new(
  :pci,
  :earfcn,
  :eutran_cid,
  :rsrp,
  :rsrq)
  SENSITIVE = []
  include Aws::Structure
end

#rsrpInteger

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

Returns:

  • (Integer)


4668
4669
4670
4671
4672
4673
4674
4675
4676
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4668

class LteNmrObj < Struct.new(
  :pci,
  :earfcn,
  :eutran_cid,
  :rsrp,
  :rsrq)
  SENSITIVE = []
  include Aws::Structure
end

#rsrqFloat

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

Returns:

  • (Float)


4668
4669
4670
4671
4672
4673
4674
4675
4676
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4668

class LteNmrObj < Struct.new(
  :pci,
  :earfcn,
  :eutran_cid,
  :rsrp,
  :rsrq)
  SENSITIVE = []
  include Aws::Structure
end