Class: Aws::Types::HttpGatewayRouteRewrite
- Inherits:
-
Object
- Object
- Aws::Types::HttpGatewayRouteRewrite
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hostname ⇒ Types::GatewayRouteHostnameRewrite
Returns the value of attribute hostname.
-
#path ⇒ Types::HttpGatewayRoutePathRewrite
Returns the value of attribute path.
-
#prefix ⇒ Types::HttpGatewayRoutePrefixRewrite
Returns the value of attribute prefix.
Instance Attribute Details
#hostname ⇒ Types::GatewayRouteHostnameRewrite
Returns the value of attribute hostname.
647 648 649 |
# File 'sig/types.rbs', line 647 def hostname @hostname end |
#path ⇒ Types::HttpGatewayRoutePathRewrite
Returns the value of attribute path.
648 649 650 |
# File 'sig/types.rbs', line 648 def path @path end |
#prefix ⇒ Types::HttpGatewayRoutePrefixRewrite
Returns the value of attribute prefix.
649 650 651 |
# File 'sig/types.rbs', line 649 def prefix @prefix end |