Method: Aws::WAFRegional::Types::XssMatchSet#xss_match_tuples
- Defined in:
- lib/aws-sdk-wafregional/types.rb
#xss_match_tuples ⇒ Array<Types::XssMatchTuple>
Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.
6603 6604 6605 6606 6607 6608 6609 |
# File 'lib/aws-sdk-wafregional/types.rb', line 6603 class XssMatchSet < Struct.new( :xss_match_set_id, :name, :xss_match_tuples) SENSITIVE = [] include Aws::Structure end |