ReplaceRouteTableAssociationResult
public struct ReplaceRouteTableAssociationResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The state of the association.
Declaration
Swift
public let associationState: RouteTableAssociationState?
-
The ID of the new association.
Declaration
Swift
public let newAssociationId: String?
-
Undocumented
Declaration
Swift
public init(associationState: RouteTableAssociationState? = nil, newAssociationId: String? = nil)