Class: Aws::AmplifyUIBuilder::Types::FieldValidationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::FieldValidationConfiguration
- Defined in:
- gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Describes the validation configuration for a field.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#num_values ⇒ Array<Integer>
The validation to perform on a number value.
-
#str_values ⇒ Array<String>
The validation to perform on a string value.
-
#type ⇒ String
The validation to perform on an object type.``.
-
#validation_message ⇒ String
The validation message to display.
Instance Attribute Details
#num_values ⇒ Array<Integer>
The validation to perform on a number value.
1762 1763 1764 1765 1766 1767 1768 1769 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1762 class FieldValidationConfiguration < Struct.new( :type, :str_values, :num_values, :validation_message) SENSITIVE = [] include Aws::Structure end |
#str_values ⇒ Array<String>
The validation to perform on a string value.
1762 1763 1764 1765 1766 1767 1768 1769 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1762 class FieldValidationConfiguration < Struct.new( :type, :str_values, :num_values, :validation_message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The validation to perform on an object type.``
1762 1763 1764 1765 1766 1767 1768 1769 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1762 class FieldValidationConfiguration < Struct.new( :type, :str_values, :num_values, :validation_message) SENSITIVE = [] include Aws::Structure end |
#validation_message ⇒ String
The validation message to display.
1762 1763 1764 1765 1766 1767 1768 1769 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1762 class FieldValidationConfiguration < Struct.new( :type, :str_values, :num_values, :validation_message) SENSITIVE = [] include Aws::Structure end |