Class: Aws::Types::LteNmrObj
- Inherits:
-
Object
- Object
- Aws::Types::LteNmrObj
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#earfcn ⇒ ::Integer
Returns the value of attribute earfcn.
-
#eutran_cid ⇒ ::Integer
Returns the value of attribute eutran_cid.
-
#pci ⇒ ::Integer
Returns the value of attribute pci.
-
#rsrp ⇒ ::Integer
Returns the value of attribute rsrp.
-
#rsrq ⇒ ::Float
Returns the value of attribute rsrq.
Instance Attribute Details
#earfcn ⇒ ::Integer
Returns the value of attribute earfcn.
1560 1561 1562 |
# File 'sig/types.rbs', line 1560 def earfcn @earfcn end |
#eutran_cid ⇒ ::Integer
Returns the value of attribute eutran_cid.
1561 1562 1563 |
# File 'sig/types.rbs', line 1561 def eutran_cid @eutran_cid end |
#pci ⇒ ::Integer
Returns the value of attribute pci.
1559 1560 1561 |
# File 'sig/types.rbs', line 1559 def pci @pci end |
#rsrp ⇒ ::Integer
Returns the value of attribute rsrp.
1562 1563 1564 |
# File 'sig/types.rbs', line 1562 def rsrp @rsrp end |
#rsrq ⇒ ::Float
Returns the value of attribute rsrq.
1563 1564 1565 |
# File 'sig/types.rbs', line 1563 def rsrq @rsrq end |