Class: Aws::WAFV2::Types::CreateRegexPatternSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFV2::Types::CreateRegexPatternSetResponse
- Defined in:
- gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#summary ⇒ Types::RegexPatternSetSummary
High-level information about a RegexPatternSet, returned by operations like create and list.
Instance Attribute Details
#summary ⇒ Types::RegexPatternSetSummary
High-level information about a RegexPatternSet, returned by
operations like create and list. This provides information like the
ID, that you can use to retrieve and manage a RegexPatternSet
, and
the ARN, that you provide to the RegexPatternSetReferenceStatement
to use the pattern set in a Rule.
1258 1259 1260 1261 1262 |
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 1258 class CreateRegexPatternSetResponse < Struct.new( :summary) SENSITIVE = [] include Aws::Structure end |