Class: Aws::AppMesh::Types::GrpcRouteMatch

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb

Overview

An object that represents the criteria for determining a request match.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#metadataArray<Types::GrpcRouteMetadata>

An object that represents the data to match from the request.

Returns:



2026
2027
2028
2029
2030
2031
2032
2033
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 2026

class GrpcRouteMatch < Struct.new(
  :metadata,
  :method_name,
  :port,
  :service_name)
  SENSITIVE = []
  include Aws::Structure
end

#method_nameString

The method name to match from the request. If you specify a name, you must also specify a serviceName.

Returns:

  • (String)


2026
2027
2028
2029
2030
2031
2032
2033
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 2026

class GrpcRouteMatch < Struct.new(
  :metadata,
  :method_name,
  :port,
  :service_name)
  SENSITIVE = []
  include Aws::Structure
end

#portInteger

The port number to match on.

Returns:

  • (Integer)


2026
2027
2028
2029
2030
2031
2032
2033
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 2026

class GrpcRouteMatch < Struct.new(
  :metadata,
  :method_name,
  :port,
  :service_name)
  SENSITIVE = []
  include Aws::Structure
end

#service_nameString

The fully qualified domain name for the service to match from the request.

Returns:

  • (String)


2026
2027
2028
2029
2030
2031
2032
2033
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 2026

class GrpcRouteMatch < Struct.new(
  :metadata,
  :method_name,
  :port,
  :service_name)
  SENSITIVE = []
  include Aws::Structure
end