Class: Aws::WAFRegional::Types::GetXssMatchSetResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb

Overview

The response to a GetXssMatchSet request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#xss_match_setTypes::XssMatchSet

Information about the XssMatchSet that you specified in the GetXssMatchSet request. For more information, see the following topics:

  • XssMatchSet: Contains Name, XssMatchSetId, and an array of XssMatchTuple objects

  • XssMatchTuple: Each XssMatchTuple object contains FieldToMatch and TextTransformation

  • FieldToMatch: Contains Data and Type

Returns:



2509
2510
2511
2512
2513
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 2509

class GetXssMatchSetResponse < Struct.new(
  :xss_match_set)
  SENSITIVE = []
  include Aws::Structure
end