Class: Aws::Types::WcdmaObj

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#lac ⇒ ::Integer

Returns the value of attribute lac.

Returns:

  • (::Integer)


2316
2317
2318
# File 'sig/types.rbs', line 2316

def lac
  @lac
end

#mcc ⇒ ::Integer

Returns the value of attribute mcc.

Returns:

  • (::Integer)


2314
2315
2316
# File 'sig/types.rbs', line 2314

def mcc
  @mcc
end

#mnc ⇒ ::Integer

Returns the value of attribute mnc.

Returns:

  • (::Integer)


2315
2316
2317
# File 'sig/types.rbs', line 2315

def mnc
  @mnc
end

#path_loss ⇒ ::Integer

Returns the value of attribute path_loss.

Returns:

  • (::Integer)


2320
2321
2322
# File 'sig/types.rbs', line 2320

def path_loss
  @path_loss
end

#rscp ⇒ ::Integer

Returns the value of attribute rscp.

Returns:

  • (::Integer)


2319
2320
2321
# File 'sig/types.rbs', line 2319

def rscp
  @rscp
end

#utran_cid ⇒ ::Integer

Returns the value of attribute utran_cid.

Returns:

  • (::Integer)


2317
2318
2319
# File 'sig/types.rbs', line 2317

def utran_cid
  @utran_cid
end

#wcdma_local_id ⇒ Types::WcdmaLocalId

Returns the value of attribute wcdma_local_id.

Returns:



2318
2319
2320
# File 'sig/types.rbs', line 2318

def wcdma_local_id
  @wcdma_local_id
end

#wcdma_nmr ⇒ ::Array[Types::WcdmaNmrObj]

Returns the value of attribute wcdma_nmr.

Returns:



2321
2322
2323
# File 'sig/types.rbs', line 2321

def wcdma_nmr
  @wcdma_nmr
end