Class: Aws::Types::CreateRegexPatternSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRegexPatternSetRequest
- 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.
123 124 125 |
# File 'sig/types.rbs', line 123 def change_token @change_token end |
#name ⇒ ::String
Returns the value of attribute name.
122 123 124 |
# File 'sig/types.rbs', line 122 def name @name end |