class Aws::AmplifyUIBuilder::Types::FormBindingElement

Describes how to bind a component property to form data.

@note When making an API call, you may pass FormBindingElement

data as a hash:

    {
      element: "String", # required
      property: "String", # required
    }

@!attribute [rw] element

The name of the component to retrieve a value from.
@return [String]

@!attribute [rw] property

The property to retrieve a value from.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/amplifyuibuilder-2021-08-11/FormBindingElement AWS API Documentation

Constants

SENSITIVE