GetCustomerGatewayAssociationsResponse
public struct GetCustomerGatewayAssociationsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The customer gateway associations.
Declaration
Swift
public let customerGatewayAssociations: [CustomerGatewayAssociation]? -
The token for the next page of results.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(customerGatewayAssociations: [CustomerGatewayAssociation]? = nil, nextToken: String? = nil)
View on GitHub
GetCustomerGatewayAssociationsResponse Structure Reference