GrpcRouteMetadata
public struct GrpcRouteMetadata : 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? -
An object that represents the data to match from the request.
Declaration
Swift
public let match: GrpcRouteMetadataMatchMethod? -
The name of the route.
Declaration
Swift
public let name: String -
Undocumented
Declaration
Swift
public init(invert: Bool? = nil, match: GrpcRouteMetadataMatchMethod? = nil, name: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
GrpcRouteMetadata Structure Reference