Class: Aws::Types::RouteSpec
- Inherits:
-
Object
- Object
- Aws::Types::RouteSpec
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#grpc_route ⇒ Types::GrpcRoute
Returns the value of attribute grpc_route.
-
#http2_route ⇒ Types::HttpRoute
Returns the value of attribute http2_route.
-
#http_route ⇒ Types::HttpRoute
Returns the value of attribute http_route.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#tcp_route ⇒ Types::TcpRoute
Returns the value of attribute tcp_route.
Instance Attribute Details
#grpc_route ⇒ Types::GrpcRoute
Returns the value of attribute grpc_route.
1051 1052 1053 |
# File 'sig/types.rbs', line 1051 def grpc_route @grpc_route end |
#http2_route ⇒ Types::HttpRoute
Returns the value of attribute http2_route.
1052 1053 1054 |
# File 'sig/types.rbs', line 1052 def http2_route @http2_route end |
#http_route ⇒ Types::HttpRoute
Returns the value of attribute http_route.
1053 1054 1055 |
# File 'sig/types.rbs', line 1053 def http_route @http_route end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
1054 1055 1056 |
# File 'sig/types.rbs', line 1054 def priority @priority end |
#tcp_route ⇒ Types::TcpRoute
Returns the value of attribute tcp_route.
1055 1056 1057 |
# File 'sig/types.rbs', line 1055 def tcp_route @tcp_route end |