Class: Aws::WAFRegional::Types::CreateXssMatchSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::CreateXssMatchSetResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafregional/types.rb
Overview
The response to a ‘CreateXssMatchSet` request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#change_token ⇒ String
The ‘ChangeToken` that you used to submit the `CreateXssMatchSet` request.
-
#xss_match_set ⇒ Types::XssMatchSet
An XssMatchSet.
Instance Attribute Details
#change_token ⇒ String
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.
1144 1145 1146 1147 1148 1149 |
# File 'lib/aws-sdk-wafregional/types.rb', line 1144 class CreateXssMatchSetResponse < Struct.new( :xss_match_set, :change_token) SENSITIVE = [] include Aws::Structure end |
#xss_match_set ⇒ Types::XssMatchSet
An XssMatchSet.
1144 1145 1146 1147 1148 1149 |
# File 'lib/aws-sdk-wafregional/types.rb', line 1144 class CreateXssMatchSetResponse < Struct.new( :xss_match_set, :change_token) SENSITIVE = [] include Aws::Structure end |