Class: Aws::Types::GsmObj
- Inherits:
-
Object
- Object
- Aws::Types::GsmObj
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#geran_cid ⇒ ::Integer
Returns the value of attribute geran_cid.
-
#gsm_local_id ⇒ Types::GsmLocalId
Returns the value of attribute gsm_local_id.
-
#gsm_nmr ⇒ ::Array[Types::GsmNmrObj]
Returns the value of attribute gsm_nmr.
-
#gsm_timing_advance ⇒ ::Integer
Returns the value of attribute gsm_timing_advance.
-
#lac ⇒ ::Integer
Returns the value of attribute lac.
-
#mcc ⇒ ::Integer
Returns the value of attribute mcc.
-
#mnc ⇒ ::Integer
Returns the value of attribute mnc.
-
#rx_level ⇒ ::Integer
Returns the value of attribute rx_level.
Instance Attribute Details
#geran_cid ⇒ ::Integer
Returns the value of attribute geran_cid.
1062 1063 1064 |
# File 'sig/types.rbs', line 1062 def geran_cid @geran_cid end |
#gsm_local_id ⇒ Types::GsmLocalId
Returns the value of attribute gsm_local_id.
1063 1064 1065 |
# File 'sig/types.rbs', line 1063 def gsm_local_id @gsm_local_id end |
#gsm_nmr ⇒ ::Array[Types::GsmNmrObj]
Returns the value of attribute gsm_nmr.
1066 1067 1068 |
# File 'sig/types.rbs', line 1066 def gsm_nmr @gsm_nmr end |
#gsm_timing_advance ⇒ ::Integer
Returns the value of attribute gsm_timing_advance.
1064 1065 1066 |
# File 'sig/types.rbs', line 1064 def gsm_timing_advance @gsm_timing_advance end |
#lac ⇒ ::Integer
Returns the value of attribute lac.
1061 1062 1063 |
# File 'sig/types.rbs', line 1061 def lac @lac end |
#mcc ⇒ ::Integer
Returns the value of attribute mcc.
1059 1060 1061 |
# File 'sig/types.rbs', line 1059 def mcc @mcc end |
#mnc ⇒ ::Integer
Returns the value of attribute mnc.
1060 1061 1062 |
# File 'sig/types.rbs', line 1060 def mnc @mnc end |
#rx_level ⇒ ::Integer
Returns the value of attribute rx_level.
1065 1066 1067 |
# File 'sig/types.rbs', line 1065 def rx_level @rx_level end |