Class: Aws::Types::UpdateRegexPatternSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRegexPatternSetRequest
- 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.
-
#updates ⇒ ::Array[Types::RegexPatternSetUpdate]
Returns the value of attribute updates.
Instance Attribute Details
#change_token ⇒ ::String
Returns the value of attribute change_token.
1152 1153 1154 |
# File 'sig/types.rbs', line 1152 def change_token @change_token end |
#regex_pattern_set_id ⇒ ::String
Returns the value of attribute regex_pattern_set_id.
1150 1151 1152 |
# File 'sig/types.rbs', line 1150 def regex_pattern_set_id @regex_pattern_set_id end |
#updates ⇒ ::Array[Types::RegexPatternSetUpdate]
Returns the value of attribute updates.
1151 1152 1153 |
# File 'sig/types.rbs', line 1151 def updates @updates end |