Class: Aws::IoTWireless::Types::ListWirelessGatewaysResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to use to get the next set of results, or null if there are no additional results.

Returns:

  • (String)


3764
3765
3766
3767
3768
3769
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3764

class ListWirelessGatewaysResponse < Struct.new(
  :next_token,
  :wireless_gateway_list)
  SENSITIVE = []
  include Aws::Structure
end

#wireless_gateway_listArray<Types::WirelessGatewayStatistics>

The ID of the wireless gateway.



3764
3765
3766
3767
3768
3769
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3764

class ListWirelessGatewaysResponse < Struct.new(
  :next_token,
  :wireless_gateway_list)
  SENSITIVE = []
  include Aws::Structure
end