Class: Aws::WAF::Types::CreateXssMatchSetResponse

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

Overview

The response to a ‘CreateXssMatchSet` request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#change_tokenString

The ‘ChangeToken` that you used to submit the `CreateXssMatchSet` request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

Returns:

  • (String)


1113
1114
1115
1116
1117
1118
# File 'lib/aws-sdk-waf/types.rb', line 1113

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

#xss_match_setTypes::XssMatchSet

An XssMatchSet.

Returns:



1113
1114
1115
1116
1117
1118
# File 'lib/aws-sdk-waf/types.rb', line 1113

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