Class: Aws::Types::PathMatchType
- Inherits:
-
Object
- Object
- Aws::Types::PathMatchType
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Exact, Prefix, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#exact ⇒ ::String
Returns the value of attribute exact.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#exact ⇒ ::String
Returns the value of attribute exact.
1091 1092 1093 |
# File 'sig/types.rbs', line 1091 def exact @exact end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
1092 1093 1094 |
# File 'sig/types.rbs', line 1092 def prefix @prefix end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1093 1094 1095 |
# File 'sig/types.rbs', line 1093 def unknown @unknown end |