AWSEC2CreateVpnConnectionResult
Objective-C
@interface AWSEC2CreateVpnConnectionResult
Swift
class AWSEC2CreateVpnConnectionResult
Contains the output of CreateVpnConnection.
-
Information about the VPN connection.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2VpnConnection *_Nullable vpnConnection;
Swift
var vpnConnection: AWSEC2VpnConnection? { get set }