AWSEC2DeleteRouteRequest
Objective-C
@interface AWSEC2DeleteRouteRequest
Swift
class AWSEC2DeleteRouteRequest
-
The IPv4 CIDR range for the route. The value you specify must match the CIDR for the route exactly.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable destinationCidrBlock;
Swift
var destinationCidrBlock: String? { get set }
-
The IPv6 CIDR range for the route. The value you specify must match the CIDR for the route exactly.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable destinationIpv6CidrBlock;
Swift
var destinationIpv6CidrBlock: String? { get set }
-
The ID of the prefix list for the route.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable destinationPrefixListId;
Swift
var destinationPrefixListId: 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 route table.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable routeTableId;
Swift
var routeTableId: String? { get set }