Class: Aws::WAFRegional::Types::GetRegexPatternSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::GetRegexPatternSetRequest
- Defined in:
- gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#regex_pattern_set_id ⇒ String
The
RegexPatternSetId
of the RegexPatternSet that you want to get.
Instance Attribute Details
#regex_pattern_set_id ⇒ String
The RegexPatternSetId
of the RegexPatternSet that you want to get.
RegexPatternSetId
is returned by CreateRegexPatternSet and by
ListRegexPatternSets.
2170 2171 2172 2173 2174 |
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 2170 class GetRegexPatternSetRequest < Struct.new( :regex_pattern_set_id) SENSITIVE = [] include Aws::Structure end |