Class: Aws::Types::CreateRegexMatchSetResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateRegexMatchSetResponse
- 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 ⇒ Types::RegexMatchSet
Returns the value of attribute regex_match_set.
Instance Attribute Details
#change_token ⇒ ::String
Returns the value of attribute change_token.
117 118 119 |
# File 'sig/types.rbs', line 117 def change_token @change_token end |
#regex_match_set ⇒ Types::RegexMatchSet
Returns the value of attribute regex_match_set.
116 117 118 |
# File 'sig/types.rbs', line 116 def regex_match_set @regex_match_set end |