Class: Aws::AmplifyUIBuilder::Types::FieldConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::FieldConfig
- Defined in:
- gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Describes the configuration information for a field in a table.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#excluded ⇒ Boolean
Specifies whether to hide a field.
-
#input_type ⇒ Types::FieldInputConfig
Describes the configuration for the default input value to display for a field.
-
#label ⇒ String
The label for the field.
-
#position ⇒ Types::FieldPosition
Specifies the field position.
-
#validations ⇒ Array<Types::FieldValidationConfiguration>
The validations to perform on the value in the field.
Instance Attribute Details
#excluded ⇒ Boolean
Specifies whether to hide a field.
1603 1604 1605 1606 1607 1608 1609 1610 1611 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1603 class FieldConfig < Struct.new( :label, :position, :excluded, :input_type, :validations) SENSITIVE = [] include Aws::Structure end |
#input_type ⇒ Types::FieldInputConfig
Describes the configuration for the default input value to display for a field.
1603 1604 1605 1606 1607 1608 1609 1610 1611 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1603 class FieldConfig < Struct.new( :label, :position, :excluded, :input_type, :validations) SENSITIVE = [] include Aws::Structure end |
#label ⇒ String
The label for the field.
1603 1604 1605 1606 1607 1608 1609 1610 1611 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1603 class FieldConfig < Struct.new( :label, :position, :excluded, :input_type, :validations) SENSITIVE = [] include Aws::Structure end |
#position ⇒ Types::FieldPosition
Specifies the field position.
1603 1604 1605 1606 1607 1608 1609 1610 1611 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1603 class FieldConfig < Struct.new( :label, :position, :excluded, :input_type, :validations) SENSITIVE = [] include Aws::Structure end |
#validations ⇒ Array<Types::FieldValidationConfiguration>
The validations to perform on the value in the field.
1603 1604 1605 1606 1607 1608 1609 1610 1611 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1603 class FieldConfig < Struct.new( :label, :position, :excluded, :input_type, :validations) SENSITIVE = [] include Aws::Structure end |