TcpRoute
public struct TcpRoute : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The action to take if a match is determined.
Declaration
Swift
public let action: TcpRouteAction
-
An object that represents types of timeouts.
Declaration
Swift
public let timeout: TcpTimeout?
-
Undocumented
Declaration
Swift
public init(action: TcpRouteAction, timeout: TcpTimeout? = nil)
-
Declaration
Swift
public func validate(name: String) throws