AWSEC2DeleteClientVpnEndpointResult
Objective-C
@interface AWSEC2DeleteClientVpnEndpointResult
Swift
class AWSEC2DeleteClientVpnEndpointResult
-
The current state of the Client VPN endpoint.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2ClientVpnEndpointStatus *_Nullable status;
Swift
var status: AWSEC2ClientVpnEndpointStatus? { get set }