Class: Aws::Types::HttpGatewayRoute
- Inherits:
-
Object
- Object
- Aws::Types::HttpGatewayRoute
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ Types::HttpGatewayRouteAction
Returns the value of attribute action.
-
#match ⇒ Types::HttpGatewayRouteMatch
Returns the value of attribute match.
Instance Attribute Details
#action ⇒ Types::HttpGatewayRouteAction
Returns the value of attribute action.
606 607 608 |
# File 'sig/types.rbs', line 606 def action @action end |
#match ⇒ Types::HttpGatewayRouteMatch
Returns the value of attribute match.
607 608 609 |
# File 'sig/types.rbs', line 607 def match @match end |