Class: Aws::WAFV2::Types::Regex
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFV2::Types::Regex
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafv2/types.rb
Overview
Note:
When making an API call, you may pass Regex data as a hash:
{
regex_string: "RegexPatternString",
}
A single regular expression. This is used in a RegexPatternSet.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#regex_string ⇒ String
The string representing the regular expression.