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.
1339 1340 1341 |
# File 'sig/types.rbs', line 1339 def action @action end |
#xss_match_tuple ⇒ Types::XssMatchTuple
Returns the value of attribute xss_match_tuple.
1340 1341 1342 |
# File 'sig/types.rbs', line 1340 def xss_match_tuple @xss_match_tuple end |