Class: Aws::Types::FieldValidationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::FieldValidationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#num_values ⇒ ::Array[::Integer]
Returns the value of attribute num_values.
-
#str_values ⇒ ::Array[::String]
Returns the value of attribute str_values.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#validation_message ⇒ ::String
Returns the value of attribute validation_message.
Instance Attribute Details
#num_values ⇒ ::Array[::Integer]
Returns the value of attribute num_values.
471 472 473 |
# File 'sig/types.rbs', line 471 def num_values @num_values end |
#str_values ⇒ ::Array[::String]
Returns the value of attribute str_values.
470 471 472 |
# File 'sig/types.rbs', line 470 def str_values @str_values end |
#type ⇒ ::String
Returns the value of attribute type.
469 470 471 |
# File 'sig/types.rbs', line 469 def type @type end |
#validation_message ⇒ ::String
Returns the value of attribute validation_message.
472 473 474 |
# File 'sig/types.rbs', line 472 def @validation_message end |