AWSEC2RouteTable
Objective-C
@interface AWSEC2RouteTable
Swift
class AWSEC2RouteTable
Describes a route table.
-
The associations between the route table and your subnets or gateways.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2RouteTableAssociation *> *_Nullable associations;
Swift
var associations: [AWSEC2RouteTableAssociation]? { get set }
-
The ID of the Amazon Web Services account that owns the route table.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable ownerId;
Swift
var ownerId: String? { get set }
-
Any virtual private gateway (VGW) propagating routes.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2PropagatingVgw *> *_Nullable propagatingVgws;
Swift
var propagatingVgws: [AWSEC2PropagatingVgw]? { get set }
-
The ID of the route table.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable routeTableId;
Swift
var routeTableId: String? { get set }
-
The routes in the route table.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2Route *> *_Nullable routes;
Swift
var routes: [AWSEC2Route]? { get set }
-
The ID of the VPC.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable vpcId;
Swift
var vpcId: String? { get set }