Class: Aws::AmplifyUIBuilder::Types::FormInputValueProperty
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::FormInputValueProperty
- Includes:
- Structure
- Defined in:
- 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
-
#binding_properties ⇒ Types::FormInputValuePropertyBindingProperties
The information to bind fields to data at runtime.
-
#concat ⇒ Array<Types::FormInputValueProperty>
A list of form properties to concatenate to create the value to assign to this field property.
-
#value ⇒ String
The value to assign to the input field.
Instance Attribute Details
#binding_properties ⇒ Types::FormInputValuePropertyBindingProperties
The information to bind fields to data at runtime.
2062 2063 2064 2065 2066 2067 2068 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 2062 class FormInputValueProperty < Struct.new( :value, :binding_properties, :concat) SENSITIVE = [] include Aws::Structure end |
#concat ⇒ Array<Types::FormInputValueProperty>
A list of form properties to concatenate to create the value to assign to this field property.
2062 2063 2064 2065 2066 2067 2068 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 2062 class FormInputValueProperty < Struct.new( :value, :binding_properties, :concat) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value to assign to the input field.
2062 2063 2064 2065 2066 2067 2068 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 2062 class FormInputValueProperty < Struct.new( :value, :binding_properties, :concat) SENSITIVE = [] include Aws::Structure end |