Class: Aws::AppMesh::Types::RouteSpec

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

Overview

An object that represents a route specification. Specify one route type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#grpc_routeTypes::GrpcRoute

An object that represents the specification of a gRPC route.

Returns:



4039
4040
4041
4042
4043
4044
4045
4046
4047
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 4039

class RouteSpec < Struct.new(
  :grpc_route,
  :http2_route,
  :http_route,
  :priority,
  :tcp_route)
  SENSITIVE = []
  include Aws::Structure
end

#http2_routeTypes::HttpRoute

An object that represents the specification of an HTTP/2 route.

Returns:



4039
4040
4041
4042
4043
4044
4045
4046
4047
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 4039

class RouteSpec < Struct.new(
  :grpc_route,
  :http2_route,
  :http_route,
  :priority,
  :tcp_route)
  SENSITIVE = []
  include Aws::Structure
end

#http_routeTypes::HttpRoute

An object that represents the specification of an HTTP route.

Returns:



4039
4040
4041
4042
4043
4044
4045
4046
4047
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 4039

class RouteSpec < Struct.new(
  :grpc_route,
  :http2_route,
  :http_route,
  :priority,
  :tcp_route)
  SENSITIVE = []
  include Aws::Structure
end

#priorityInteger

The priority for the route. Routes are matched based on the specified value, where 0 is the highest priority.

Returns:

  • (Integer)


4039
4040
4041
4042
4043
4044
4045
4046
4047
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 4039

class RouteSpec < Struct.new(
  :grpc_route,
  :http2_route,
  :http_route,
  :priority,
  :tcp_route)
  SENSITIVE = []
  include Aws::Structure
end

#tcp_routeTypes::TcpRoute

An object that represents the specification of a TCP route.

Returns:



4039
4040
4041
4042
4043
4044
4045
4046
4047
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 4039

class RouteSpec < Struct.new(
  :grpc_route,
  :http2_route,
  :http_route,
  :priority,
  :tcp_route)
  SENSITIVE = []
  include Aws::Structure
end