Class: Aws::WAFRegional::Types::GetRegexPatternSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::GetRegexPatternSetResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafregional/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.
2185 2186 2187 2188 2189 |
# File 'lib/aws-sdk-wafregional/types.rb', line 2185 class GetRegexPatternSetResponse < Struct.new( :regex_pattern_set) SENSITIVE = [] include Aws::Structure end |