Class: Aws::Types::GatewayRouteSpec
- Inherits:
-
Object
- Object
- Aws::Types::GatewayRouteSpec
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#grpc_route ⇒ Types::GrpcGatewayRoute
Returns the value of attribute grpc_route.
-
#http2_route ⇒ Types::HttpGatewayRoute
Returns the value of attribute http2_route.
-
#http_route ⇒ Types::HttpGatewayRoute
Returns the value of attribute http_route.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
Instance Attribute Details
#grpc_route ⇒ Types::GrpcGatewayRoute
Returns the value of attribute grpc_route.
427 428 429 |
# File 'sig/types.rbs', line 427 def grpc_route @grpc_route end |
#http2_route ⇒ Types::HttpGatewayRoute
Returns the value of attribute http2_route.
428 429 430 |
# File 'sig/types.rbs', line 428 def http2_route @http2_route end |
#http_route ⇒ Types::HttpGatewayRoute
Returns the value of attribute http_route.
429 430 431 |
# File 'sig/types.rbs', line 429 def http_route @http_route end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
430 431 432 |
# File 'sig/types.rbs', line 430 def priority @priority end |