AWSEC2DeleteClientVpnRouteResult
Objective-C
@interface AWSEC2DeleteClientVpnRouteResult
Swift
class AWSEC2DeleteClientVpnRouteResult
-
The current state of the route.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2ClientVpnRouteStatus *_Nullable status;
Swift
var status: AWSEC2ClientVpnRouteStatus? { get set }