HttpGatewayRoute
public struct HttpGatewayRoute : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An object that represents the action to take if a match is determined.
Declaration
Swift
public let action: HttpGatewayRouteAction
-
An object that represents the criteria for determining a request match.
Declaration
Swift
public let match: HttpGatewayRouteMatch
-
Undocumented
Declaration
Swift
public init(action: HttpGatewayRouteAction, match: HttpGatewayRouteMatch)
-
Declaration
Swift
public func validate(name: String) throws