Class: Aws::Types::DeleteRegexPatternSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteRegexPatternSetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#change_token ⇒ ::String
Returns the value of attribute change_token.
-
#regex_pattern_set_id ⇒ ::String
Returns the value of attribute regex_pattern_set_id.
Instance Attribute Details
#change_token ⇒ ::String
Returns the value of attribute change_token.
288 289 290 |
# File 'sig/types.rbs', line 288 def change_token @change_token end |
#regex_pattern_set_id ⇒ ::String
Returns the value of attribute regex_pattern_set_id.
287 288 289 |
# File 'sig/types.rbs', line 287 def regex_pattern_set_id @regex_pattern_set_id end |