Class: Aws::AppMesh::Types::GrpcGatewayRoute

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

Overview

An object that represents a gRPC gateway route.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionTypes::GrpcGatewayRouteAction

An object that represents the action to take if a match is determined.



1755
1756
1757
1758
1759
1760
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 1755

class GrpcGatewayRoute < Struct.new(
  :action,
  :match)
  SENSITIVE = []
  include Aws::Structure
end

#matchTypes::GrpcGatewayRouteMatch

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



1755
1756
1757
1758
1759
1760
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 1755

class GrpcGatewayRoute < Struct.new(
  :action,
  :match)
  SENSITIVE = []
  include Aws::Structure
end