Class: Aws::Types::ListWirelessGatewaysResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListWirelessGatewaysResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#wireless_gateway_list ⇒ ::Array[Types::WirelessGatewayStatistics]
Returns the value of attribute wireless_gateway_list.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1319 1320 1321 |
# File 'sig/types.rbs', line 1319 def next_token @next_token end |
#wireless_gateway_list ⇒ ::Array[Types::WirelessGatewayStatistics]
Returns the value of attribute wireless_gateway_list.
1320 1321 1322 |
# File 'sig/types.rbs', line 1320 def wireless_gateway_list @wireless_gateway_list end |