Class: Aws::Types::CellTowers
- Inherits:
-
Object
- Object
- Aws::Types::CellTowers
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cdma ⇒ ::Array[Types::CdmaObj]
Returns the value of attribute cdma.
-
#gsm ⇒ ::Array[Types::GsmObj]
Returns the value of attribute gsm.
-
#lte ⇒ ::Array[Types::LteObj]
Returns the value of attribute lte.
-
#tdscdma ⇒ ::Array[Types::TdscdmaObj]
Returns the value of attribute tdscdma.
-
#wcdma ⇒ ::Array[Types::WcdmaObj]
Returns the value of attribute wcdma.
Instance Attribute Details
#cdma ⇒ ::Array[Types::CdmaObj]
Returns the value of attribute cdma.
163 164 165 |
# File 'sig/types.rbs', line 163 def cdma @cdma end |
#gsm ⇒ ::Array[Types::GsmObj]
Returns the value of attribute gsm.
159 160 161 |
# File 'sig/types.rbs', line 159 def gsm @gsm end |
#lte ⇒ ::Array[Types::LteObj]
Returns the value of attribute lte.
162 163 164 |
# File 'sig/types.rbs', line 162 def lte @lte end |
#tdscdma ⇒ ::Array[Types::TdscdmaObj]
Returns the value of attribute tdscdma.
161 162 163 |
# File 'sig/types.rbs', line 161 def tdscdma @tdscdma end |
#wcdma ⇒ ::Array[Types::WcdmaObj]
Returns the value of attribute wcdma.
160 161 162 |
# File 'sig/types.rbs', line 160 def wcdma @wcdma end |