Class: Aws::WAF::Types::GetRegexMatchSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAF::Types::GetRegexMatchSetResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-waf/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.
2098 2099 2100 2101 2102 |
# File 'lib/aws-sdk-waf/types.rb', line 2098 class GetRegexMatchSetResponse < Struct.new( :regex_match_set) SENSITIVE = [] include Aws::Structure end |