Class: Aws::WAFRegional::Types::GetRegexMatchSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::GetRegexMatchSetResponse
- Defined in:
- gems/aws-sdk-wafregional/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 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 2156 class GetRegexMatchSetResponse < Struct.new( :regex_match_set) SENSITIVE = [] include Aws::Structure end |