Class: Aws::WAF::Types::GetRegexMatchSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAF::Types::GetRegexMatchSetRequest
- Defined in:
- gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#regex_match_set_id ⇒ String
The
RegexMatchSetId
of the RegexMatchSet that you want to get.
Instance Attribute Details
#regex_match_set_id ⇒ String
The RegexMatchSetId
of the RegexMatchSet that you want to get.
RegexMatchSetId
is returned by CreateRegexMatchSet and by
ListRegexMatchSets.
2084 2085 2086 2087 2088 |
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 2084 class GetRegexMatchSetRequest < Struct.new( :regex_match_set_id) SENSITIVE = [] include Aws::Structure end |