Class: Aws::AmplifyUIBuilder::Types::FormBindingElement

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-amplifyuibuilder/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

Instance Attribute Details

#elementString

The name of the component to retrieve a value from.

Returns:

  • (String)


1921
1922
1923
1924
1925
1926
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1921

class FormBindingElement < Struct.new(
  :element,
  :property)
  SENSITIVE = []
  include Aws::Structure
end

#propertyString

The property to retrieve a value from.

Returns:

  • (String)


1921
1922
1923
1924
1925
1926
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1921

class FormBindingElement < Struct.new(
  :element,
  :property)
  SENSITIVE = []
  include Aws::Structure
end