Class: Aws::AmplifyUIBuilder::Types::FieldConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#excludedBoolean

Specifies whether to hide a field.

Returns:

  • (Boolean)


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_typeTypes::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

#labelString

The label for the field.

Returns:

  • (String)


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

#positionTypes::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

#validationsArray<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