Class: Aws::Types::GsmNmrObj
- Inherits:
-
Object
- Object
- Aws::Types::GsmNmrObj
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bcch ⇒ ::Integer
Returns the value of attribute bcch.
-
#bsic ⇒ ::Integer
Returns the value of attribute bsic.
-
#global_identity ⇒ Types::GlobalIdentity
Returns the value of attribute global_identity.
-
#rx_level ⇒ ::Integer
Returns the value of attribute rx_level.
Instance Attribute Details
#bcch ⇒ ::Integer
Returns the value of attribute bcch.
1052 1053 1054 |
# File 'sig/types.rbs', line 1052 def bcch @bcch end |
#bsic ⇒ ::Integer
Returns the value of attribute bsic.
1051 1052 1053 |
# File 'sig/types.rbs', line 1051 def bsic @bsic end |
#global_identity ⇒ Types::GlobalIdentity
Returns the value of attribute global_identity.
1054 1055 1056 |
# File 'sig/types.rbs', line 1054 def global_identity @global_identity end |
#rx_level ⇒ ::Integer
Returns the value of attribute rx_level.
1053 1054 1055 |
# File 'sig/types.rbs', line 1053 def rx_level @rx_level end |