Class: Aws::Types::LteCellDetails
- Inherits:
-
Object
- Object
- Aws::Types::LteCellDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cell_id ⇒ ::Integer
Returns the value of attribute cell_id.
-
#local_id ⇒ Types::LteLocalId
Returns the value of attribute local_id.
-
#mcc ⇒ ::Integer
Returns the value of attribute mcc.
-
#mnc ⇒ ::Integer
Returns the value of attribute mnc.
-
#network_measurements ⇒ ::Array[Types::LteNetworkMeasurements]
Returns the value of attribute network_measurements.
-
#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.
-
#timing_advance ⇒ ::Integer
Returns the value of attribute timing_advance.
Instance Attribute Details
#cell_id ⇒ ::Integer
Returns the value of attribute cell_id.
1064 1065 1066 |
# File 'sig/types.rbs', line 1064 def cell_id @cell_id end |
#local_id ⇒ Types::LteLocalId
Returns the value of attribute local_id.
1067 1068 1069 |
# File 'sig/types.rbs', line 1067 def local_id @local_id end |
#mcc ⇒ ::Integer
Returns the value of attribute mcc.
1065 1066 1067 |
# File 'sig/types.rbs', line 1065 def mcc @mcc end |
#mnc ⇒ ::Integer
Returns the value of attribute mnc.
1066 1067 1068 |
# File 'sig/types.rbs', line 1066 def mnc @mnc end |
#network_measurements ⇒ ::Array[Types::LteNetworkMeasurements]
Returns the value of attribute network_measurements.
1068 1069 1070 |
# File 'sig/types.rbs', line 1068 def network_measurements @network_measurements end |
#nr_capable ⇒ Boolean
Returns the value of attribute nr_capable.
1070 1071 1072 |
# File 'sig/types.rbs', line 1070 def nr_capable @nr_capable end |
#rsrp ⇒ ::Integer
Returns the value of attribute rsrp.
1071 1072 1073 |
# File 'sig/types.rbs', line 1071 def rsrp @rsrp end |
#rsrq ⇒ ::Float
Returns the value of attribute rsrq.
1072 1073 1074 |
# File 'sig/types.rbs', line 1072 def rsrq @rsrq end |
#tac ⇒ ::Integer
Returns the value of attribute tac.
1073 1074 1075 |
# File 'sig/types.rbs', line 1073 def tac @tac end |
#timing_advance ⇒ ::Integer
Returns the value of attribute timing_advance.
1069 1070 1071 |
# File 'sig/types.rbs', line 1069 def timing_advance @timing_advance end |