Class: Aws::Types::TdscdmaObj
- Inherits:
-
Object
- Object
- Aws::Types::TdscdmaObj
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lac ⇒ ::Integer
Returns the value of attribute lac.
-
#mcc ⇒ ::Integer
Returns the value of attribute mcc.
-
#mnc ⇒ ::Integer
Returns the value of attribute mnc.
-
#path_loss ⇒ ::Integer
Returns the value of attribute path_loss.
-
#rscp ⇒ ::Integer
Returns the value of attribute rscp.
-
#tdscdma_local_id ⇒ Types::TdscdmaLocalId
Returns the value of attribute tdscdma_local_id.
-
#tdscdma_nmr ⇒ ::Array[Types::TdscdmaNmrObj]
Returns the value of attribute tdscdma_nmr.
-
#tdscdma_timing_advance ⇒ ::Integer
Returns the value of attribute tdscdma_timing_advance.
-
#utran_cid ⇒ ::Integer
Returns the value of attribute utran_cid.
Instance Attribute Details
#lac ⇒ ::Integer
Returns the value of attribute lac.
2048 2049 2050 |
# File 'sig/types.rbs', line 2048 def lac @lac end |
#mcc ⇒ ::Integer
Returns the value of attribute mcc.
2046 2047 2048 |
# File 'sig/types.rbs', line 2046 def mcc @mcc end |
#mnc ⇒ ::Integer
Returns the value of attribute mnc.
2047 2048 2049 |
# File 'sig/types.rbs', line 2047 def mnc @mnc end |
#path_loss ⇒ ::Integer
Returns the value of attribute path_loss.
2053 2054 2055 |
# File 'sig/types.rbs', line 2053 def path_loss @path_loss end |
#rscp ⇒ ::Integer
Returns the value of attribute rscp.
2052 2053 2054 |
# File 'sig/types.rbs', line 2052 def rscp @rscp end |
#tdscdma_local_id ⇒ Types::TdscdmaLocalId
Returns the value of attribute tdscdma_local_id.
2050 2051 2052 |
# File 'sig/types.rbs', line 2050 def tdscdma_local_id @tdscdma_local_id end |
#tdscdma_nmr ⇒ ::Array[Types::TdscdmaNmrObj]
Returns the value of attribute tdscdma_nmr.
2054 2055 2056 |
# File 'sig/types.rbs', line 2054 def tdscdma_nmr @tdscdma_nmr end |
#tdscdma_timing_advance ⇒ ::Integer
Returns the value of attribute tdscdma_timing_advance.
2051 2052 2053 |
# File 'sig/types.rbs', line 2051 def tdscdma_timing_advance @tdscdma_timing_advance end |
#utran_cid ⇒ ::Integer
Returns the value of attribute utran_cid.
2049 2050 2051 |
# File 'sig/types.rbs', line 2049 def utran_cid @utran_cid end |