Class: Aws::AppMesh::Types::GrpcGatewayRouteMatch

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

#hostnameTypes::GatewayRouteHostnameMatch

The gateway route host name to be matched on.



1804
1805
1806
1807
1808
1809
1810
1811
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 1804

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

#metadataArray<Types::GrpcGatewayRouteMetadata>

The gateway route metadata to be matched on.



1804
1805
1806
1807
1808
1809
1810
1811
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 1804

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

#portInteger

The gateway route port to be matched on.

Returns:

  • (Integer)


1804
1805
1806
1807
1808
1809
1810
1811
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 1804

class GrpcGatewayRouteMatch < Struct.new(
  :hostname,
  :metadata,
  :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)


1804
1805
1806
1807
1808
1809
1810
1811
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 1804

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