Class: Aws::Types::TdscdmaNmrObj
- Inherits:
-
Object
- Object
- Aws::Types::TdscdmaNmrObj
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cell_params ⇒ ::Integer
Returns the value of attribute cell_params.
-
#path_loss ⇒ ::Integer
Returns the value of attribute path_loss.
-
#rscp ⇒ ::Integer
Returns the value of attribute rscp.
-
#uarfcn ⇒ ::Integer
Returns the value of attribute uarfcn.
-
#utran_cid ⇒ ::Integer
Returns the value of attribute utran_cid.
Instance Attribute Details
#cell_params ⇒ ::Integer
Returns the value of attribute cell_params.
2038 2039 2040 |
# File 'sig/types.rbs', line 2038 def cell_params @cell_params end |
#path_loss ⇒ ::Integer
Returns the value of attribute path_loss.
2041 2042 2043 |
# File 'sig/types.rbs', line 2041 def path_loss @path_loss end |
#rscp ⇒ ::Integer
Returns the value of attribute rscp.
2040 2041 2042 |
# File 'sig/types.rbs', line 2040 def rscp @rscp end |
#uarfcn ⇒ ::Integer
Returns the value of attribute uarfcn.
2037 2038 2039 |
# File 'sig/types.rbs', line 2037 def uarfcn @uarfcn end |
#utran_cid ⇒ ::Integer
Returns the value of attribute utran_cid.
2039 2040 2041 |
# File 'sig/types.rbs', line 2039 def utran_cid @utran_cid end |