Class: Aws::WAFV2::Types::Regex
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFV2::Types::Regex
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafv2/types.rb
Overview
A single regular expression. This is used in a RegexPatternSet and also in the configuration for the Amazon Web Services Managed Rules rule group ‘AWSManagedRulesAntiDDoSRuleSet`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#regex_string ⇒ String
The string representing the regular expression.
Instance Attribute Details
#regex_string ⇒ String
The string representing the regular expression.
7524 7525 7526 7527 7528 |
# File 'lib/aws-sdk-wafv2/types.rb', line 7524 class Regex < Struct.new( :regex_string) SENSITIVE = [] include Aws::Structure end |