Class: Aws::Types::StringAttributeConstraintsType
- Inherits:
-
Object
- Object
- Aws::Types::StringAttributeConstraintsType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_length ⇒ ::String
Returns the value of attribute max_length.
-
#min_length ⇒ ::String
Returns the value of attribute min_length.
Instance Attribute Details
#max_length ⇒ ::String
Returns the value of attribute max_length.
2112 2113 2114 |
# File 'sig/types.rbs', line 2112 def max_length @max_length end |
#min_length ⇒ ::String
Returns the value of attribute min_length.
2111 2112 2113 |
# File 'sig/types.rbs', line 2111 def min_length @min_length end |