Class: Aws::Types::ListWirelessGatewaysResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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.

Returns:



1320
1321
1322
# File 'sig/types.rbs', line 1320

def wireless_gateway_list
  @wireless_gateway_list
end