Class: Aws::AmplifyUIBuilder::Types::FormBindingElement
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::FormBindingElement
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Describes how to bind a component property to form data.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#element ⇒ String
The name of the component to retrieve a value from.
-
#property ⇒ String
The property to retrieve a value from.
Instance Attribute Details
#element ⇒ String
The name of the component to retrieve a value from.
1921 1922 1923 1924 1925 1926 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 1921 class FormBindingElement < Struct.new( :element, :property) SENSITIVE = [] include Aws::Structure end |
#property ⇒ String
The property to retrieve a value from.
1921 1922 1923 1924 1925 1926 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 1921 class FormBindingElement < Struct.new( :element, :property) SENSITIVE = [] include Aws::Structure end |