Class: Aws::Types::CdmaObj
- Inherits:
-
Object
- Object
- Aws::Types::CdmaObj
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#base_lat ⇒ ::Float
Returns the value of attribute base_lat.
-
#base_lng ⇒ ::Float
Returns the value of attribute base_lng.
-
#base_station_id ⇒ ::Integer
Returns the value of attribute base_station_id.
-
#cdma_local_id ⇒ Types::CdmaLocalId
Returns the value of attribute cdma_local_id.
-
#cdma_nmr ⇒ ::Array[Types::CdmaNmrObj]
Returns the value of attribute cdma_nmr.
-
#network_id ⇒ ::Integer
Returns the value of attribute network_id.
-
#pilot_power ⇒ ::Integer
Returns the value of attribute pilot_power.
-
#registration_zone ⇒ ::Integer
Returns the value of attribute registration_zone.
-
#system_id ⇒ ::Integer
Returns the value of attribute system_id.
Instance Attribute Details
#base_lat ⇒ ::Float
Returns the value of attribute base_lat.
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.
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.
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.
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.
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.
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.
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.
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.
146 147 148 |
# File 'sig/types.rbs', line 146 def system_id @system_id end |