DescribeCustomerGatewaysResult
public struct DescribeCustomerGatewaysResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about one or more customer gateways.
Declaration
Swift
public let customerGateways: [CustomerGateway]?
-
Undocumented
Declaration
Swift
public init(customerGateways: [CustomerGateway]? = nil)