Class: Aws::Types::CdmaObj

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#base_lat ⇒ ::Float

Returns the value of attribute base_lat.

Returns:

  • (::Float)


152
153
154
# File 'sig/types.rbs', line 152

def base_lat
  @base_lat
end

#base_lng ⇒ ::Float

Returns the value of attribute base_lng.

Returns:

  • (::Float)


153
154
155
# File 'sig/types.rbs', line 153

def base_lng
  @base_lng
end

#base_station_id ⇒ ::Integer

Returns the value of attribute base_station_id.

Returns:

  • (::Integer)


148
149
150
# File 'sig/types.rbs', line 148

def base_station_id
  @base_station_id
end

#cdma_local_id ⇒ Types::CdmaLocalId

Returns the value of attribute cdma_local_id.

Returns:



150
151
152
# File 'sig/types.rbs', line 150

def cdma_local_id
  @cdma_local_id
end

#cdma_nmr ⇒ ::Array[Types::CdmaNmrObj]

Returns the value of attribute cdma_nmr.

Returns:



154
155
156
# File 'sig/types.rbs', line 154

def cdma_nmr
  @cdma_nmr
end

#network_id ⇒ ::Integer

Returns the value of attribute network_id.

Returns:

  • (::Integer)


147
148
149
# File 'sig/types.rbs', line 147

def network_id
  @network_id
end

#pilot_power ⇒ ::Integer

Returns the value of attribute pilot_power.

Returns:

  • (::Integer)


151
152
153
# File 'sig/types.rbs', line 151

def pilot_power
  @pilot_power
end

#registration_zone ⇒ ::Integer

Returns the value of attribute registration_zone.

Returns:

  • (::Integer)


149
150
151
# File 'sig/types.rbs', line 149

def registration_zone
  @registration_zone
end

#system_id ⇒ ::Integer

Returns the value of attribute system_id.

Returns:

  • (::Integer)


146
147
148
# File 'sig/types.rbs', line 146

def system_id
  @system_id
end