GrpcGatewayRoute
public struct GrpcGatewayRoute : 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: GrpcGatewayRouteAction
-
An object that represents the criteria for determining a request match.
Declaration
Swift
public let match: GrpcGatewayRouteMatch
-
Undocumented
Declaration
Swift
public init(action: GrpcGatewayRouteAction, match: GrpcGatewayRouteMatch)
-
Declaration
Swift
public func validate(name: String) throws