Class: Aws::Types::HttpPathMatch
- Inherits:
-
Object
- Object
- Aws::Types::HttpPathMatch
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#exact ⇒ ::String
Returns the value of attribute exact.
-
#regex ⇒ ::String
Returns the value of attribute regex.
Instance Attribute Details
#exact ⇒ ::String
Returns the value of attribute exact.
654 655 656 |
# File 'sig/types.rbs', line 654 def exact @exact end |
#regex ⇒ ::String
Returns the value of attribute regex.
655 656 657 |
# File 'sig/types.rbs', line 655 def regex @regex end |