Class: Aws::WAFRegional::Types::GetRegexMatchSetResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#regex_match_setTypes::RegexMatchSet

Information about the RegexMatchSet that you specified in the GetRegexMatchSet request. For more information, see RegexMatchTuple.



2156
2157
2158
2159
2160
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 2156

class GetRegexMatchSetResponse < Struct.new(
  :regex_match_set)
  SENSITIVE = []
  include Aws::Structure
end