Method: Aws::AppMesh::Types::GrpcGatewayRoute#action

Defined in:
lib/aws-sdk-appmesh/types.rb

#actionTypes::GrpcGatewayRouteAction

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



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

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