Method: Aws::WAFRegional::Types::XssMatchSet#name

Defined in:
lib/aws-sdk-wafregional/types.rb

#nameString

The name, if any, of the ‘XssMatchSet`.

Returns:

  • (String)


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