Class: Aws::WAF::Types::GetRegexPatternSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAF::Types::GetRegexPatternSetResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-waf/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#regex_pattern_set ⇒ Types::RegexPatternSet
Information about the RegexPatternSet that you specified in the ‘GetRegexPatternSet` request, including the identifier of the pattern set and the regular expression patterns you want AWS WAF to search for.
Instance Attribute Details
#regex_pattern_set ⇒ Types::RegexPatternSet
Information about the RegexPatternSet that you specified in the ‘GetRegexPatternSet` request, including the identifier of the pattern set and the regular expression patterns you want AWS WAF to search for.
2127 2128 2129 2130 2131 |
# File 'lib/aws-sdk-waf/types.rb', line 2127 class GetRegexPatternSetResponse < Struct.new( :regex_pattern_set) SENSITIVE = [] include Aws::Structure end |