Class: Aws::Types::ConditionalValidation
- Inherits:
-
Object
- Object
- Aws::Types::ConditionalValidation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_values ⇒ ::Array[::String]
Returns the value of attribute allowed_values.
-
#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
#allowed_values ⇒ ::Array[::String]
Returns the value of attribute allowed_values.
107 108 109 |
# File 'sig/types.rbs', line 107 def allowed_values @allowed_values end |
#max_length ⇒ ::Integer
Returns the value of attribute max_length.
105 106 107 |
# File 'sig/types.rbs', line 105 def max_length @max_length end |
#min_length ⇒ ::Integer
Returns the value of attribute min_length.
104 105 106 |
# File 'sig/types.rbs', line 104 def min_length @min_length end |
#pattern ⇒ ::String
Returns the value of attribute pattern.
106 107 108 |
# File 'sig/types.rbs', line 106 def pattern @pattern end |