Class: Aws::Types::LteObj
- Inherits:
-
Object
- Object
- Aws::Types::LteObj
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#eutran_cid ⇒ ::Integer
Returns the value of attribute eutran_cid.
-
#lte_local_id ⇒ Types::LteLocalId
Returns the value of attribute lte_local_id.
-
#lte_nmr ⇒ ::Array[Types::LteNmrObj]
Returns the value of attribute lte_nmr.
-
#lte_timing_advance ⇒ ::Integer
Returns the value of attribute lte_timing_advance.
-
#mcc ⇒ ::Integer
Returns the value of attribute mcc.
-
#mnc ⇒ ::Integer
Returns the value of attribute mnc.
-
#nr_capable ⇒ Boolean
Returns the value of attribute nr_capable.
-
#rsrp ⇒ ::Integer
Returns the value of attribute rsrp.
-
#rsrq ⇒ ::Float
Returns the value of attribute rsrq.
-
#tac ⇒ ::Integer
Returns the value of attribute tac.
Instance Attribute Details
#eutran_cid ⇒ ::Integer
Returns the value of attribute eutran_cid.
1570 1571 1572 |
# File 'sig/types.rbs', line 1570 def eutran_cid @eutran_cid end |
#lte_local_id ⇒ Types::LteLocalId
Returns the value of attribute lte_local_id.
1572 1573 1574 |
# File 'sig/types.rbs', line 1572 def lte_local_id @lte_local_id end |
#lte_nmr ⇒ ::Array[Types::LteNmrObj]
Returns the value of attribute lte_nmr.
1577 1578 1579 |
# File 'sig/types.rbs', line 1577 def lte_nmr @lte_nmr end |
#lte_timing_advance ⇒ ::Integer
Returns the value of attribute lte_timing_advance.
1573 1574 1575 |
# File 'sig/types.rbs', line 1573 def lte_timing_advance @lte_timing_advance end |
#mcc ⇒ ::Integer
Returns the value of attribute mcc.
1568 1569 1570 |
# File 'sig/types.rbs', line 1568 def mcc @mcc end |
#mnc ⇒ ::Integer
Returns the value of attribute mnc.
1569 1570 1571 |
# File 'sig/types.rbs', line 1569 def mnc @mnc end |
#nr_capable ⇒ Boolean
Returns the value of attribute nr_capable.
1576 1577 1578 |
# File 'sig/types.rbs', line 1576 def nr_capable @nr_capable end |
#rsrp ⇒ ::Integer
Returns the value of attribute rsrp.
1574 1575 1576 |
# File 'sig/types.rbs', line 1574 def rsrp @rsrp end |
#rsrq ⇒ ::Float
Returns the value of attribute rsrq.
1575 1576 1577 |
# File 'sig/types.rbs', line 1575 def rsrq @rsrq end |
#tac ⇒ ::Integer
Returns the value of attribute tac.
1571 1572 1573 |
# File 'sig/types.rbs', line 1571 def tac @tac end |