Class: Aws::Types::GsmObj

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#geran_cid ⇒ ::Integer

Returns the value of attribute geran_cid.

Returns:

  • (::Integer)


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.

Returns:



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.

Returns:



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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


1061
1062
1063
# File 'sig/types.rbs', line 1061

def lac
  @lac
end

#mcc ⇒ ::Integer

Returns the value of attribute mcc.

Returns:

  • (::Integer)


1059
1060
1061
# File 'sig/types.rbs', line 1059

def mcc
  @mcc
end

#mnc ⇒ ::Integer

Returns the value of attribute mnc.

Returns:

  • (::Integer)


1060
1061
1062
# File 'sig/types.rbs', line 1060

def mnc
  @mnc
end

#rx_level ⇒ ::Integer

Returns the value of attribute rx_level.

Returns:

  • (::Integer)


1065
1066
1067
# File 'sig/types.rbs', line 1065

def rx_level
  @rx_level
end