Class: Aws::WAFRegional::Types::CreateXssMatchSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::CreateXssMatchSetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafregional/types.rb
Overview
A request to create an XssMatchSet.
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 for the XssMatchSet that you’re creating.
Instance Attribute Details
#change_token ⇒ String
The value returned by the most recent call to GetChangeToken.
1123 1124 1125 1126 1127 1128 |
# File 'lib/aws-sdk-wafregional/types.rb', line 1123 class CreateXssMatchSetRequest < Struct.new( :name, :change_token) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A friendly name or description for the XssMatchSet that you’re creating. You can’t change ‘Name` after you create the `XssMatchSet`.
1123 1124 1125 1126 1127 1128 |
# File 'lib/aws-sdk-wafregional/types.rb', line 1123 class CreateXssMatchSetRequest < Struct.new( :name, :change_token) SENSITIVE = [] include Aws::Structure end |