Class: Aws::WAFRegional::Types::GetRegexMatchSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::GetRegexMatchSetResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafregional/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#regex_match_set ⇒ Types::RegexMatchSet
Information about the RegexMatchSet that you specified in the ‘GetRegexMatchSet` request.
Instance Attribute Details
#regex_match_set ⇒ Types::RegexMatchSet
Information about the RegexMatchSet that you specified in the ‘GetRegexMatchSet` request. For more information, see RegexMatchTuple.
2156 2157 2158 2159 2160 |
# File 'lib/aws-sdk-wafregional/types.rb', line 2156 class GetRegexMatchSetResponse < Struct.new( :regex_match_set) SENSITIVE = [] include Aws::Structure end |