Class: Aws::Types::CellTowers

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cdma ⇒ ::Array[Types::CdmaObj]

Returns the value of attribute cdma.

Returns:



163
164
165
# File 'sig/types.rbs', line 163

def cdma
  @cdma
end

#gsm ⇒ ::Array[Types::GsmObj]

Returns the value of attribute gsm.

Returns:



159
160
161
# File 'sig/types.rbs', line 159

def gsm
  @gsm
end

#lte ⇒ ::Array[Types::LteObj]

Returns the value of attribute lte.

Returns:



162
163
164
# File 'sig/types.rbs', line 162

def lte
  @lte
end

#tdscdma ⇒ ::Array[Types::TdscdmaObj]

Returns the value of attribute tdscdma.

Returns:



161
162
163
# File 'sig/types.rbs', line 161

def tdscdma
  @tdscdma
end

#wcdma ⇒ ::Array[Types::WcdmaObj]

Returns the value of attribute wcdma.

Returns:



160
161
162
# File 'sig/types.rbs', line 160

def wcdma
  @wcdma
end