Class: Aws::Types::GatewayRouteHostnameMatch
- Inherits:
-
Object
- Object
- Aws::Types::GatewayRouteHostnameMatch
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#exact ⇒ ::String
Returns the value of attribute exact.
-
#suffix ⇒ ::String
Returns the value of attribute suffix.
Instance Attribute Details
#exact ⇒ ::String
Returns the value of attribute exact.
403 404 405 |
# File 'sig/types.rbs', line 403 def exact @exact end |
#suffix ⇒ ::String
Returns the value of attribute suffix.
404 405 406 |
# File 'sig/types.rbs', line 404 def suffix @suffix end |