Class: Aws::Types::LteCellDetails

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:



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

def cell_id
  @cell_id
end

#local_idTypes::LteLocalId

Returns the value of attribute local_id.

Returns:



1067
1068
1069
# File 'sig/types.rbs', line 1067

def local_id
  @local_id
end

#mcc::Integer

Returns the value of attribute mcc.

Returns:



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

def mcc
  @mcc
end

#mnc::Integer

Returns the value of attribute mnc.

Returns:



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

def mnc
  @mnc
end

#network_measurements::Array[Types::LteNetworkMeasurements]

Returns the value of attribute network_measurements.

Returns:



1068
1069
1070
# File 'sig/types.rbs', line 1068

def network_measurements
  @network_measurements
end

#nr_capableBoolean

Returns the value of attribute nr_capable.

Returns:



1070
1071
1072
# File 'sig/types.rbs', line 1070

def nr_capable
  @nr_capable
end

#rsrp::Integer

Returns the value of attribute rsrp.

Returns:



1071
1072
1073
# File 'sig/types.rbs', line 1071

def rsrp
  @rsrp
end

#rsrq::Float

Returns the value of attribute rsrq.

Returns:



1072
1073
1074
# File 'sig/types.rbs', line 1072

def rsrq
  @rsrq
end

#tac::Integer

Returns the value of attribute tac.

Returns:



1073
1074
1075
# File 'sig/types.rbs', line 1073

def tac
  @tac
end

#timing_advance::Integer

Returns the value of attribute timing_advance.

Returns:



1069
1070
1071
# File 'sig/types.rbs', line 1069

def timing_advance
  @timing_advance
end