Class: Aws::WAF::Types::CreateRegexMatchSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAF::Types::CreateRegexMatchSetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-waf/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#change_token ⇒ String
The value returned by the most recent call to GetChangeToken.
-
#name ⇒ String
A friendly name or description of the RegexMatchSet.
Instance Attribute Details
#change_token ⇒ String
The value returned by the most recent call to GetChangeToken.
720 721 722 723 724 725 |
# File 'lib/aws-sdk-waf/types.rb', line 720 class CreateRegexMatchSetRequest < Struct.new( :name, :change_token) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A friendly name or description of the RegexMatchSet. You can’t change ‘Name` after you create a `RegexMatchSet`.
720 721 722 723 724 725 |
# File 'lib/aws-sdk-waf/types.rb', line 720 class CreateRegexMatchSetRequest < Struct.new( :name, :change_token) SENSITIVE = [] include Aws::Structure end |