Class: Aws::Types::CreateRegexPatternSetResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateRegexPatternSetResponse
- 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 ⇒ Types::RegexPatternSet
Returns the value of attribute regex_pattern_set.
Instance Attribute Details
#change_token ⇒ ::String
Returns the value of attribute change_token.
129 130 131 |
# File 'sig/types.rbs', line 129 def change_token @change_token end |
#regex_pattern_set ⇒ Types::RegexPatternSet
Returns the value of attribute regex_pattern_set.
128 129 130 |
# File 'sig/types.rbs', line 128 def regex_pattern_set @regex_pattern_set end |