Class: Aws::AmplifyUIBuilder::Types::FormInputValueProperty

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb

Overview

Describes the configuration for an input field on a form. Use FormInputValueProperty to specify the values to render or bind by default.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#binding_propertiesTypes::FormInputValuePropertyBindingProperties

The information to bind fields to data at runtime.



2062
2063
2064
2065
2066
2067
2068
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2062

class FormInputValueProperty < Struct.new(
  :value,
  :binding_properties,
  :concat)
  SENSITIVE = []
  include Aws::Structure
end

#concatArray<Types::FormInputValueProperty>

A list of form properties to concatenate to create the value to assign to this field property.

Returns:



2062
2063
2064
2065
2066
2067
2068
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2062

class FormInputValueProperty < Struct.new(
  :value,
  :binding_properties,
  :concat)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value to assign to the input field.

Returns:

  • (String)


2062
2063
2064
2065
2066
2067
2068
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2062

class FormInputValueProperty < Struct.new(
  :value,
  :binding_properties,
  :concat)
  SENSITIVE = []
  include Aws::Structure
end