Class: Aws::WAF::Types::CreateXssMatchSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAF::Types::CreateXssMatchSetResponse
- Defined in:
- gems/aws-sdk-waf/lib/aws-sdk-waf/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 theCreateXssMatchSet
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.
1300 1301 1302 1303 1304 1305 |
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 1300 class CreateXssMatchSetResponse < Struct.new( :xss_match_set, :change_token) SENSITIVE = [] include Aws::Structure end |
#xss_match_set ⇒ Types::XssMatchSet
An XssMatchSet.
1300 1301 1302 1303 1304 1305 |
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 1300 class CreateXssMatchSetResponse < Struct.new( :xss_match_set, :change_token) SENSITIVE = [] include Aws::Structure end |