Class: Aws::Types::LteObj

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#eutran_cid ⇒ ::Integer

Returns the value of attribute eutran_cid.

Returns:

  • (::Integer)


1570
1571
1572
# File 'sig/types.rbs', line 1570

def eutran_cid
  @eutran_cid
end

#lte_local_id ⇒ Types::LteLocalId

Returns the value of attribute lte_local_id.

Returns:



1572
1573
1574
# File 'sig/types.rbs', line 1572

def lte_local_id
  @lte_local_id
end

#lte_nmr ⇒ ::Array[Types::LteNmrObj]

Returns the value of attribute lte_nmr.

Returns:



1577
1578
1579
# File 'sig/types.rbs', line 1577

def lte_nmr
  @lte_nmr
end

#lte_timing_advance ⇒ ::Integer

Returns the value of attribute lte_timing_advance.

Returns:

  • (::Integer)


1573
1574
1575
# File 'sig/types.rbs', line 1573

def lte_timing_advance
  @lte_timing_advance
end

#mcc ⇒ ::Integer

Returns the value of attribute mcc.

Returns:

  • (::Integer)


1568
1569
1570
# File 'sig/types.rbs', line 1568

def mcc
  @mcc
end

#mnc ⇒ ::Integer

Returns the value of attribute mnc.

Returns:

  • (::Integer)


1569
1570
1571
# File 'sig/types.rbs', line 1569

def mnc
  @mnc
end

#nr_capable ⇒ Boolean

Returns the value of attribute nr_capable.

Returns:

  • (Boolean)


1576
1577
1578
# File 'sig/types.rbs', line 1576

def nr_capable
  @nr_capable
end

#rsrp ⇒ ::Integer

Returns the value of attribute rsrp.

Returns:

  • (::Integer)


1574
1575
1576
# File 'sig/types.rbs', line 1574

def rsrp
  @rsrp
end

#rsrq ⇒ ::Float

Returns the value of attribute rsrq.

Returns:

  • (::Float)


1575
1576
1577
# File 'sig/types.rbs', line 1575

def rsrq
  @rsrq
end

#tac ⇒ ::Integer

Returns the value of attribute tac.

Returns:

  • (::Integer)


1571
1572
1573
# File 'sig/types.rbs', line 1571

def tac
  @tac
end