Class: Aws::Types::XssMatchSetUpdate
- Inherits:
-
Object
- Object
- Aws::Types::XssMatchSetUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "INSERT", "DELETE"
Returns the value of attribute action.
-
#xss_match_tuple ⇒ Types::XssMatchTuple
Returns the value of attribute xss_match_tuple.
Instance Attribute Details
#action ⇒ "INSERT", "DELETE"
Returns the value of attribute action.
1382 1383 1384 |
# File 'sig/types.rbs', line 1382 def action @action end |
#xss_match_tuple ⇒ Types::XssMatchTuple
Returns the value of attribute xss_match_tuple.
1383 1384 1385 |
# File 'sig/types.rbs', line 1383 def xss_match_tuple @xss_match_tuple end |