Class: Aws::WAFRegional::Types::GetXssMatchSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::GetXssMatchSetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafregional/types.rb
Overview
A request to get an XssMatchSet.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#xss_match_set_id ⇒ String
The ‘XssMatchSetId` of the XssMatchSet that you want to get.
Instance Attribute Details
#xss_match_set_id ⇒ String
The ‘XssMatchSetId` of the XssMatchSet that you want to get. `XssMatchSetId` is returned by CreateXssMatchSet and by ListXssMatchSets.
2485 2486 2487 2488 2489 |
# File 'lib/aws-sdk-wafregional/types.rb', line 2485 class GetXssMatchSetRequest < Struct.new( :xss_match_set_id) SENSITIVE = [] include Aws::Structure end |