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.
120 121 122 |
# File 'sig/types.rbs', line 120 def change_token @change_token end |
#regex_pattern_set ⇒ Types::RegexPatternSet
Returns the value of attribute regex_pattern_set.
119 120 121 |
# File 'sig/types.rbs', line 119 def regex_pattern_set @regex_pattern_set end |