Class: Aws::Types::CreateXssMatchSetResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateXssMatchSetResponse
- 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 ⇒ Types::XssMatchSet
Returns the value of attribute xss_match_set.
Instance Attribute Details
#change_token ⇒ ::String
Returns the value of attribute change_token.
211 212 213 |
# File 'sig/types.rbs', line 211 def change_token @change_token end |
#xss_match_set ⇒ Types::XssMatchSet
Returns the value of attribute xss_match_set.
210 211 212 |
# File 'sig/types.rbs', line 210 def xss_match_set @xss_match_set end |