AWSEC2CreateVpnGatewayResult
Objective-C
@interface AWSEC2CreateVpnGatewayResult
Swift
class AWSEC2CreateVpnGatewayResult
Contains the output of CreateVpnGateway.
-
Information about the virtual private gateway.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2VpnGateway *_Nullable vpnGateway;
Swift
var vpnGateway: AWSEC2VpnGateway? { get set }