DescribeGlobalNetworksResponse
public struct DescribeGlobalNetworksResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about the global networks.
Declaration
Swift
public let globalNetworks: [GlobalNetwork]?
-
The token for the next page of results.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(globalNetworks: [GlobalNetwork]? = nil, nextToken: String? = nil)