Class: Aws::AmplifyUIBuilder::Types::FormInputValuePropertyBindingProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::FormInputValuePropertyBindingProperties
- Defined in:
- gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Associates a form property to a binding property. This enables exposed properties on the top level form to propagate data to the form's property values.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field ⇒ String
The data field to bind the property to.
-
#property ⇒ String
The form property to bind to the data field.
Instance Attribute Details
#field ⇒ String
The data field to bind the property to.
2084 2085 2086 2087 2088 2089 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2084 class FormInputValuePropertyBindingProperties < Struct.new( :property, :field) SENSITIVE = [] include Aws::Structure end |
#property ⇒ String
The form property to bind to the data field.
2084 2085 2086 2087 2088 2089 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2084 class FormInputValuePropertyBindingProperties < Struct.new( :property, :field) SENSITIVE = [] include Aws::Structure end |