Class: Aws::Types::DeleteRegexMatchSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteRegexMatchSetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#change_token ⇒ ::String
Returns the value of attribute change_token.
-
#regex_match_set_id ⇒ ::String
Returns the value of attribute regex_match_set_id.
Instance Attribute Details
#change_token ⇒ ::String
Returns the value of attribute change_token.
277 278 279 |
# File 'sig/types.rbs', line 277 def change_token @change_token end |
#regex_match_set_id ⇒ ::String
Returns the value of attribute regex_match_set_id.
276 277 278 |
# File 'sig/types.rbs', line 276 def regex_match_set_id @regex_match_set_id end |