Class: Aws::Types::ParameterConstraints
- Inherits:
-
Object
- Object
- Aws::Types::ParameterConstraints
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_pattern ⇒ ::String
Returns the value of attribute allowed_pattern.
-
#allowed_values ⇒ ::Array[::String]
Returns the value of attribute allowed_values.
-
#constraint_description ⇒ ::String
Returns the value of attribute constraint_description.
-
#max_length ⇒ ::String
Returns the value of attribute max_length.
-
#max_value ⇒ ::String
Returns the value of attribute max_value.
-
#min_length ⇒ ::String
Returns the value of attribute min_length.
-
#min_value ⇒ ::String
Returns the value of attribute min_value.
Instance Attribute Details
#allowed_pattern ⇒ ::String
Returns the value of attribute allowed_pattern.
1096 1097 1098 |
# File 'sig/types.rbs', line 1096 def allowed_pattern @allowed_pattern end |
#allowed_values ⇒ ::Array[::String]
Returns the value of attribute allowed_values.
1095 1096 1097 |
# File 'sig/types.rbs', line 1095 def allowed_values @allowed_values end |
#constraint_description ⇒ ::String
Returns the value of attribute constraint_description.
1097 1098 1099 |
# File 'sig/types.rbs', line 1097 def constraint_description @constraint_description end |
#max_length ⇒ ::String
Returns the value of attribute max_length.
1098 1099 1100 |
# File 'sig/types.rbs', line 1098 def max_length @max_length end |
#max_value ⇒ ::String
Returns the value of attribute max_value.
1100 1101 1102 |
# File 'sig/types.rbs', line 1100 def max_value @max_value end |
#min_length ⇒ ::String
Returns the value of attribute min_length.
1099 1100 1101 |
# File 'sig/types.rbs', line 1099 def min_length @min_length end |
#min_value ⇒ ::String
Returns the value of attribute min_value.
1101 1102 1103 |
# File 'sig/types.rbs', line 1101 def min_value @min_value end |