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.
2321 2322 2323 |
# File 'sig/types.rbs', line 2321 def max_length @max_length end |
#min_length ⇒ ::Integer
Returns the value of attribute min_length.
2320 2321 2322 |
# File 'sig/types.rbs', line 2320 def min_length @min_length end |
#pattern ⇒ ::String
Returns the value of attribute pattern.
2322 2323 2324 |
# File 'sig/types.rbs', line 2322 def pattern @pattern end |