Class: Aws::Types::CdmaNmrObj
- Inherits:
-
Object
- Object
- Aws::Types::CdmaNmrObj
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#base_station_id ⇒ ::Integer
Returns the value of attribute base_station_id.
-
#cdma_channel ⇒ ::Integer
Returns the value of attribute cdma_channel.
-
#pilot_power ⇒ ::Integer
Returns the value of attribute pilot_power.
-
#pn_offset ⇒ ::Integer
Returns the value of attribute pn_offset.
Instance Attribute Details
#base_station_id ⇒ ::Integer
Returns the value of attribute base_station_id.
141 142 143 |
# File 'sig/types.rbs', line 141 def base_station_id @base_station_id end |
#cdma_channel ⇒ ::Integer
Returns the value of attribute cdma_channel.
139 140 141 |
# File 'sig/types.rbs', line 139 def cdma_channel @cdma_channel end |
#pilot_power ⇒ ::Integer
Returns the value of attribute pilot_power.
140 141 142 |
# File 'sig/types.rbs', line 140 def pilot_power @pilot_power end |
#pn_offset ⇒ ::Integer
Returns the value of attribute pn_offset.
138 139 140 |
# File 'sig/types.rbs', line 138 def pn_offset @pn_offset end |