Class: Aws::AppMesh::Types::GrpcRoute

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

Overview

An object that represents a gRPC route type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionTypes::GrpcRouteAction

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



1979
1980
1981
1982
1983
1984
1985
1986
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 1979

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

#matchTypes::GrpcRouteMatch

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



1979
1980
1981
1982
1983
1984
1985
1986
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 1979

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

#retry_policyTypes::GrpcRetryPolicy

An object that represents a retry policy.



1979
1980
1981
1982
1983
1984
1985
1986
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 1979

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

#timeoutTypes::GrpcTimeout

An object that represents types of timeouts.

Returns:



1979
1980
1981
1982
1983
1984
1985
1986
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 1979

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