Class: Aws::Types::WcdmaObj
- Inherits:
-
Object
- Object
- Aws::Types::WcdmaObj
- 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.
-
#utran_cid ⇒ ::Integer
Returns the value of attribute utran_cid.
-
#wcdma_local_id ⇒ Types::WcdmaLocalId
Returns the value of attribute wcdma_local_id.
-
#wcdma_nmr ⇒ ::Array[Types::WcdmaNmrObj]
Returns the value of attribute wcdma_nmr.
Instance Attribute Details
#lac ⇒ ::Integer
Returns the value of attribute lac.
2316 2317 2318 |
# File 'sig/types.rbs', line 2316 def lac @lac end |
#mcc ⇒ ::Integer
Returns the value of attribute mcc.
2314 2315 2316 |
# File 'sig/types.rbs', line 2314 def mcc @mcc end |
#mnc ⇒ ::Integer
Returns the value of attribute mnc.
2315 2316 2317 |
# File 'sig/types.rbs', line 2315 def mnc @mnc end |
#path_loss ⇒ ::Integer
Returns the value of attribute path_loss.
2320 2321 2322 |
# File 'sig/types.rbs', line 2320 def path_loss @path_loss end |
#rscp ⇒ ::Integer
Returns the value of attribute rscp.
2319 2320 2321 |
# File 'sig/types.rbs', line 2319 def rscp @rscp end |
#utran_cid ⇒ ::Integer
Returns the value of attribute utran_cid.
2317 2318 2319 |
# File 'sig/types.rbs', line 2317 def utran_cid @utran_cid end |
#wcdma_local_id ⇒ Types::WcdmaLocalId
Returns the value of attribute wcdma_local_id.
2318 2319 2320 |
# File 'sig/types.rbs', line 2318 def wcdma_local_id @wcdma_local_id end |
#wcdma_nmr ⇒ ::Array[Types::WcdmaNmrObj]
Returns the value of attribute wcdma_nmr.
2321 2322 2323 |
# File 'sig/types.rbs', line 2321 def wcdma_nmr @wcdma_nmr end |