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.
108 109 110 |
# File 'sig/types.rbs', line 108 def change_token @change_token end |
#regex_match_set ⇒ Types::RegexMatchSet
Returns the value of attribute regex_match_set.
107 108 109 |
# File 'sig/types.rbs', line 107 def regex_match_set @regex_match_set end |