Class: Aws::Types::TextValidation
- Inherits:
-
Object
- Object
- Aws::Types::TextValidation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_length ⇒ ::Integer
Returns the value of attribute max_length.
-
#min_length ⇒ ::Integer
Returns the value of attribute min_length.
-
#pattern ⇒ ::String
Returns the value of attribute pattern.
Instance Attribute Details
#max_length ⇒ ::Integer
Returns the value of attribute max_length.
2354 2355 2356 |
# File 'sig/types.rbs', line 2354 def max_length @max_length end |
#min_length ⇒ ::Integer
Returns the value of attribute min_length.
2353 2354 2355 |
# File 'sig/types.rbs', line 2353 def min_length @min_length end |
#pattern ⇒ ::String
Returns the value of attribute pattern.
2355 2356 2357 |
# File 'sig/types.rbs', line 2355 def pattern @pattern end |