Class: Aws::PrivateNetworks::Types::ListNetworksResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrivateNetworks::Types::ListNetworksResponse
- Defined in:
- gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#networks ⇒ Array<Types::Network>
The networks.
-
#next_token ⇒ String
The token for the next page of results.
Instance Attribute Details
#networks ⇒ Array<Types::Network>
The networks.
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_token ⇒ String
The token for the next page of results.
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 |