GetCustomerGatewayAssociationsRequest
public struct GetCustomerGatewayAssociationsRequest : AWSShape
extension NetworkManager.GetCustomerGatewayAssociationsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
One or more customer gateway Amazon Resource Names (ARNs). For more information, see Resources Defined by Amazon EC2. The maximum is 10.
Declaration
Swift
public let customerGatewayArns: [String]?
-
The ID of the global network.
Declaration
Swift
public let globalNetworkId: String
-
The maximum number of results to return.
Declaration
Swift
public let maxResults: Int?
-
The token for the next page of results.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(customerGatewayArns: [String]? = nil, globalNetworkId: String, maxResults: Int? = nil, nextToken: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> NetworkManager.GetCustomerGatewayAssociationsRequest