GrpcRouteMatch

public struct GrpcRouteMatch : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An object that represents the data to match from the request.

    Declaration

    Swift

    public let metadata: [GrpcRouteMetadata]?
  • The method name to match from the request. If you specify a name, you must also specify a serviceName.

    Declaration

    Swift

    public let methodName: String?
  • The fully qualified domain name for the service to match from the request.

    Declaration

    Swift

    public let serviceName: String?
  • Undocumented

    Declaration

    Swift

    public init(metadata: [GrpcRouteMetadata]? = nil, methodName: String? = nil, serviceName: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws