Class: Aws::WAFRegional::Types::UpdateXssMatchSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::UpdateXssMatchSetResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafregional/types.rb
Overview
The response to an UpdateXssMatchSets request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#change_token ⇒ String
The ‘ChangeToken` that you used to submit the `UpdateXssMatchSet` request.
Instance Attribute Details
#change_token ⇒ String
The ‘ChangeToken` that you used to submit the `UpdateXssMatchSet` request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
5927 5928 5929 5930 5931 |
# File 'lib/aws-sdk-wafregional/types.rb', line 5927 class UpdateXssMatchSetResponse < Struct.new( :change_token) SENSITIVE = [] include Aws::Structure end |