Class: Aws::IoTWireless::Types::ListWirelessGatewaysResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::ListWirelessGatewaysResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use to get the next set of results, or null if there are no additional results.
-
#wireless_gateway_list ⇒ Array<Types::WirelessGatewayStatistics>
The ID of the wireless gateway.
Instance Attribute Details
#next_token ⇒ String
The token to use to get the next set of results, or null if there are no additional results.
3923 3924 3925 3926 3927 3928 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 3923 class ListWirelessGatewaysResponse < Struct.new( :next_token, :wireless_gateway_list) SENSITIVE = [] include Aws::Structure end |
#wireless_gateway_list ⇒ Array<Types::WirelessGatewayStatistics>
The ID of the wireless gateway.
3923 3924 3925 3926 3927 3928 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 3923 class ListWirelessGatewaysResponse < Struct.new( :next_token, :wireless_gateway_list) SENSITIVE = [] include Aws::Structure end |