Class: Aws::WAFRegional::Types::GetRegexPatternSetResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-wafregional/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#regex_pattern_setTypes::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