Class: Aws::WAF::Types::GetXssMatchSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAF::Types::GetXssMatchSetRequest
- 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
-
#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.
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 |