RouteTableAssociation
public struct RouteTableAssociation : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The state of the association.
Declaration
Swift
public let associationState: RouteTableAssociationState?
-
The ID of the internet gateway or virtual private gateway.
Declaration
Swift
public let gatewayId: String?
-
Indicates whether this is the main route table.
Declaration
Swift
public let main: Bool?
-
The ID of the association.
Declaration
Swift
public let routeTableAssociationId: String?
-
The ID of the route table.
Declaration
Swift
public let routeTableId: String?
-
The ID of the subnet. A subnet ID is not returned for an implicit association.
Declaration
Swift
public let subnetId: String?
-
Undocumented
Declaration
Swift
public init(associationState: RouteTableAssociationState? = nil, gatewayId: String? = nil, main: Bool? = nil, routeTableAssociationId: String? = nil, routeTableId: String? = nil, subnetId: String? = nil)