RouteTable
public struct RouteTable : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The associations between the route table and one or more subnets or a gateway.
Declaration
Swift
public let associations: [RouteTableAssociation]? -
The ID of the AWS account that owns the route table.
Declaration
Swift
public let ownerId: String? -
Any virtual private gateway (VGW) propagating routes.
Declaration
Swift
public let propagatingVgws: [PropagatingVgw]? -
The routes in the route table.
Declaration
Swift
public let routes: [Route]? -
The ID of the route table.
Declaration
Swift
public let routeTableId: String? -
Any tags assigned to the route table.
Declaration
Swift
public let tags: [Tag]? -
The ID of the VPC.
Declaration
Swift
public let vpcId: String? -
Undocumented
Declaration
Swift
public init(associations: [RouteTableAssociation]? = nil, ownerId: String? = nil, propagatingVgws: [PropagatingVgw]? = nil, routes: [Route]? = nil, routeTableId: String? = nil, tags: [Tag]? = nil, vpcId: String? = nil)
View on GitHub
RouteTable Structure Reference