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.
2080 2081 2082 |
# File 'sig/types.rbs', line 2080 def max_length @max_length end |
#min_length ⇒ ::String
Returns the value of attribute min_length.
2079 2080 2081 |
# File 'sig/types.rbs', line 2079 def min_length @min_length end |