HttpRouteHeader
public struct HttpRouteHeader : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Specify True to match anything except the match criteria. The default value is False.
Declaration
Swift
public let invert: Bool? -
The HeaderMatchMethod object.
Declaration
Swift
public let match: HeaderMatchMethod? -
A name for the HTTP header in the client request that will be matched on.
Declaration
Swift
public let name: String -
Undocumented
Declaration
Swift
public init(invert: Bool? = nil, match: HeaderMatchMethod? = nil, name: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
HttpRouteHeader Structure Reference