Class: Aws::WAF::Types::CreateXssMatchSetRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-waf/types.rb

Overview

A request to create an XssMatchSet.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#change_tokenString

The value returned by the most recent call to GetChangeToken.

Returns:

  • (String)


1092
1093
1094
1095
1096
1097
# File 'lib/aws-sdk-waf/types.rb', line 1092

class CreateXssMatchSetRequest < Struct.new(
  :name,
  :change_token)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A friendly name or description for the XssMatchSet that you’re creating. You can’t change ‘Name` after you create the `XssMatchSet`.

Returns:

  • (String)


1092
1093
1094
1095
1096
1097
# File 'lib/aws-sdk-waf/types.rb', line 1092

class CreateXssMatchSetRequest < Struct.new(
  :name,
  :change_token)
  SENSITIVE = []
  include Aws::Structure
end