Class: Aws::Types::PathMatch
- Inherits:
-
Object
- Object
- Aws::Types::PathMatch
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#case_sensitive ⇒ Boolean
Returns the value of attribute case_sensitive.
-
#match ⇒ Types::PathMatchType
Returns the value of attribute match.
Instance Attribute Details
#case_sensitive ⇒ Boolean
Returns the value of attribute case_sensitive.
1086 1087 1088 |
# File 'sig/types.rbs', line 1086 def case_sensitive @case_sensitive end |
#match ⇒ Types::PathMatchType
Returns the value of attribute match.
1085 1086 1087 |
# File 'sig/types.rbs', line 1085 def match @match end |