Class: Aws::Types::WcdmaNmrObj
- Inherits:
-
Object
- Object
- Aws::Types::WcdmaNmrObj
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#path_loss ⇒ ::Integer
Returns the value of attribute path_loss.
-
#psc ⇒ ::Integer
Returns the value of attribute psc.
-
#rscp ⇒ ::Integer
Returns the value of attribute rscp.
-
#uarfcndl ⇒ ::Integer
Returns the value of attribute uarfcndl.
-
#utran_cid ⇒ ::Integer
Returns the value of attribute utran_cid.
Instance Attribute Details
#path_loss ⇒ ::Integer
Returns the value of attribute path_loss.
2309 2310 2311 |
# File 'sig/types.rbs', line 2309 def path_loss @path_loss end |
#psc ⇒ ::Integer
Returns the value of attribute psc.
2306 2307 2308 |
# File 'sig/types.rbs', line 2306 def psc @psc end |
#rscp ⇒ ::Integer
Returns the value of attribute rscp.
2308 2309 2310 |
# File 'sig/types.rbs', line 2308 def rscp @rscp end |
#uarfcndl ⇒ ::Integer
Returns the value of attribute uarfcndl.
2305 2306 2307 |
# File 'sig/types.rbs', line 2305 def uarfcndl @uarfcndl end |
#utran_cid ⇒ ::Integer
Returns the value of attribute utran_cid.
2307 2308 2309 |
# File 'sig/types.rbs', line 2307 def utran_cid @utran_cid end |