Class: Aws::WAFRegional::Types::GetRegexMatchSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::GetRegexMatchSetRequest
- Defined in:
- gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/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.
2142 2143 2144 2145 2146 |
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 2142 class GetRegexMatchSetRequest < Struct.new( :regex_match_set_id) SENSITIVE = [] include Aws::Structure end |