Class: Aws::Types::CreateRegexMatchSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRegexMatchSetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#change_token ⇒ ::String
Returns the value of attribute change_token.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#change_token ⇒ ::String
Returns the value of attribute change_token.
111 112 113 |
# File 'sig/types.rbs', line 111 def change_token @change_token end |
#name ⇒ ::String
Returns the value of attribute name.
110 111 112 |
# File 'sig/types.rbs', line 110 def name @name end |