Class: Aws::AmplifyUIBuilder::Types::FormInputValuePropertyBindingProperties

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#fieldString

The data field to bind the property to.

Returns:

  • (String)


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

#propertyString

The form property to bind to the data field.

Returns:

  • (String)


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