AssociateRouteTableResult
public struct AssociateRouteTableResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The route table association ID. This ID is required for disassociating the route table.
Declaration
Swift
public let associationId: String? -
The state of the association.
Declaration
Swift
public let associationState: RouteTableAssociationState? -
Undocumented
Declaration
Swift
public init(associationId: String? = nil, associationState: RouteTableAssociationState? = nil)
View on GitHub
AssociateRouteTableResult Structure Reference