AWSEC2DeleteClientVpnRouteRequest
Objective-C
@interface AWSEC2DeleteClientVpnRouteRequest
Swift
class AWSEC2DeleteClientVpnRouteRequest
-
The ID of the Client VPN endpoint from which the route is to be deleted.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable clientVpnEndpointId;
Swift
var clientVpnEndpointId: String? { get set }
-
The IPv4 address range, in CIDR notation, of the route to be deleted.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable destinationCidrBlock;
Swift
var destinationCidrBlock: String? { get set }
-
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation
. Otherwise, it isUnauthorizedOperation
.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable dryRun;
Swift
var dryRun: NSNumber? { get set }
-
The ID of the target subnet used by the route.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable targetVpcSubnetId;
Swift
var targetVpcSubnetId: String? { get set }