Class: Aws::Types::LteNetworkMeasurements
- Inherits:
-
Object
- Object
- Aws::Types::LteNetworkMeasurements
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cell_id ⇒ ::Integer
Returns the value of attribute cell_id.
-
#earfcn ⇒ ::Integer
Returns the value of attribute earfcn.
-
#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
#cell_id ⇒ ::Integer
Returns the value of attribute cell_id.
1085 1086 1087 |
# File 'sig/types.rbs', line 1085 def cell_id @cell_id end |
#earfcn ⇒ ::Integer
Returns the value of attribute earfcn.
1084 1085 1086 |
# File 'sig/types.rbs', line 1084 def earfcn @earfcn end |
#pci ⇒ ::Integer
Returns the value of attribute pci.
1086 1087 1088 |
# File 'sig/types.rbs', line 1086 def pci @pci end |
#rsrp ⇒ ::Integer
Returns the value of attribute rsrp.
1087 1088 1089 |
# File 'sig/types.rbs', line 1087 def rsrp @rsrp end |
#rsrq ⇒ ::Float
Returns the value of attribute rsrq.
1088 1089 1090 |
# File 'sig/types.rbs', line 1088 def rsrq @rsrq end |