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