AWSEC2DescribeVpnConnectionsResult
Objective-C
@interface AWSEC2DescribeVpnConnectionsResult
Swift
class AWSEC2DescribeVpnConnectionsResult
Contains the output of DescribeVpnConnections.
-
Information about one or more VPN connections.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2VpnConnection *> *_Nullable vpnConnections;
Swift
var vpnConnections: [AWSEC2VpnConnection]? { get set }