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.
1102 1103 1104 |
# File 'sig/types.rbs', line 1102 def change_token @change_token end |
#regex_match_set_id ⇒ ::String
Returns the value of attribute regex_match_set_id.
1100 1101 1102 |
# File 'sig/types.rbs', line 1100 def regex_match_set_id @regex_match_set_id end |
#updates ⇒ ::Array[Types::RegexMatchSetUpdate]
Returns the value of attribute updates.
1101 1102 1103 |
# File 'sig/types.rbs', line 1101 def updates @updates end |