Class: Aws::Types::UpdateXssMatchSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateXssMatchSetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#change_token ⇒ ::String
Returns the value of attribute change_token.
-
#updates ⇒ ::Array[Types::XssMatchSetUpdate]
Returns the value of attribute updates.
-
#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.
1224 1225 1226 |
# File 'sig/types.rbs', line 1224 def change_token @change_token end |
#updates ⇒ ::Array[Types::XssMatchSetUpdate]
Returns the value of attribute updates.
1225 1226 1227 |
# File 'sig/types.rbs', line 1225 def updates @updates end |
#xss_match_set_id ⇒ ::String
Returns the value of attribute xss_match_set_id.
1223 1224 1225 |
# File 'sig/types.rbs', line 1223 def xss_match_set_id @xss_match_set_id end |