Class: Aws::PrivateNetworks::Types::ListNetworksResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#networksArray<Types::Network>

The networks.

Returns:



1017
1018
1019
1020
1021
1022
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 1017

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

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


1017
1018
1019
1020
1021
1022
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 1017

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