Class: Aws::WAFRegional::Types::GetXssMatchSetRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/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)


2485
2486
2487
2488
2489
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 2485

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