Class: Aws::Types::GrpcGatewayRoute
- Inherits:
-
Object
- Object
- Aws::Types::GrpcGatewayRoute
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ Types::GrpcGatewayRouteAction
Returns the value of attribute action.
-
#match ⇒ Types::GrpcGatewayRouteMatch
Returns the value of attribute match.
Instance Attribute Details
#action ⇒ Types::GrpcGatewayRouteAction
Returns the value of attribute action.
451 452 453 |
# File 'sig/types.rbs', line 451 def action @action end |
#match ⇒ Types::GrpcGatewayRouteMatch
Returns the value of attribute match.
452 453 454 |
# File 'sig/types.rbs', line 452 def match @match end |