ListNetworksOutput
public struct ListNetworksOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
An array of NetworkSummary objects that contain configuration properties for each network.
Declaration
Swift
public let networks: [NetworkSummary]? -
The pagination token that indicates the next set of results to retrieve.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(networks: [NetworkSummary]? = nil, nextToken: String? = nil)
View on GitHub
ListNetworksOutput Structure Reference