Class: Aws::Types::LteNetworkMeasurements

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cell_id::Integer

Returns the value of attribute cell_id.

Returns:

  • (::Integer)


1085
1086
1087
# File 'sig/types.rbs', line 1085

def cell_id
  @cell_id
end

#earfcn::Integer

Returns the value of attribute earfcn.

Returns:

  • (::Integer)


1084
1085
1086
# File 'sig/types.rbs', line 1084

def earfcn
  @earfcn
end

#pci::Integer

Returns the value of attribute pci.

Returns:

  • (::Integer)


1086
1087
1088
# File 'sig/types.rbs', line 1086

def pci
  @pci
end

#rsrp::Integer

Returns the value of attribute rsrp.

Returns:

  • (::Integer)


1087
1088
1089
# File 'sig/types.rbs', line 1087

def rsrp
  @rsrp
end

#rsrq::Float

Returns the value of attribute rsrq.

Returns:

  • (::Float)


1088
1089
1090
# File 'sig/types.rbs', line 1088

def rsrq
  @rsrq
end