Class: Aws::Types::PathPatternConditionConfig
- Inherits:
-
Object
- Object
- Aws::Types::PathPatternConditionConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#regex_values ⇒ ::Array[::String]
Returns the value of attribute regex_values.
-
#values ⇒ ::Array[::String]
Returns the value of attribute values.
Instance Attribute Details
#regex_values ⇒ ::Array[::String]
Returns the value of attribute regex_values.
865 866 867 |
# File 'sig/types.rbs', line 865 def regex_values @regex_values end |
#values ⇒ ::Array[::String]
Returns the value of attribute values.
864 865 866 |
# File 'sig/types.rbs', line 864 def values @values end |