Class: Aws::WAF::Types::GetXssMatchSetRequest

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

Overview

A request to get an XssMatchSet.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#xss_match_set_idString

The XssMatchSetId of the XssMatchSet that you want to get. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

Returns:

  • (String)


2390
2391
2392
2393
2394
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 2390

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