Class: Aws::Types::UpdateRegexMatchSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRegexMatchSetRequest
- 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.
-
#updates ⇒ ::Array[Types::RegexMatchSetUpdate]
Returns the value of attribute updates.
Instance Attribute Details
#change_token ⇒ ::String
Returns the value of attribute change_token.
1140 1141 1142 |
# File 'sig/types.rbs', line 1140 def change_token @change_token end |
#regex_match_set_id ⇒ ::String
Returns the value of attribute regex_match_set_id.
1138 1139 1140 |
# File 'sig/types.rbs', line 1138 def regex_match_set_id @regex_match_set_id end |
#updates ⇒ ::Array[Types::RegexMatchSetUpdate]
Returns the value of attribute updates.
1139 1140 1141 |
# File 'sig/types.rbs', line 1139 def updates @updates end |