Class: Aws::Types::HttpGatewayRoutePrefixRewrite
- Inherits:
-
Object
- Object
- Aws::Types::HttpGatewayRoutePrefixRewrite
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_prefix ⇒ "ENABLED", "DISABLED"
Returns the value of attribute default_prefix.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#default_prefix ⇒ "ENABLED", "DISABLED"
Returns the value of attribute default_prefix.
641 642 643 |
# File 'sig/types.rbs', line 641 def default_prefix @default_prefix end |
#value ⇒ ::String
Returns the value of attribute value.
642 643 644 |
# File 'sig/types.rbs', line 642 def value @value end |