Class: Aws::Types::DeleteXssMatchSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteXssMatchSetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#change_token ⇒ ::String
Returns the value of attribute change_token.
-
#xss_match_set_id ⇒ ::String
Returns the value of attribute xss_match_set_id.
Instance Attribute Details
#change_token ⇒ ::String
Returns the value of attribute change_token.
354 355 356 |
# File 'sig/types.rbs', line 354 def change_token @change_token end |
#xss_match_set_id ⇒ ::String
Returns the value of attribute xss_match_set_id.
353 354 355 |
# File 'sig/types.rbs', line 353 def xss_match_set_id @xss_match_set_id end |