Class: Aws::AmplifyUIBuilder::Types::FormInputBindingPropertiesValue

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb

Overview

Represents the data binding configuration for a form's input fields at runtime.You can use FormInputBindingPropertiesValue to add exposed properties to a form to allow different values to be entered when a form is reused in different places in an app.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#binding_propertiesTypes::FormInputBindingPropertiesValueProperties

Describes the properties to customize with data at runtime.



2019
2020
2021
2022
2023
2024
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2019

class FormInputBindingPropertiesValue < Struct.new(
  :type,
  :binding_properties)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The property type.

Returns:

  • (String)


2019
2020
2021
2022
2023
2024
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2019

class FormInputBindingPropertiesValue < Struct.new(
  :type,
  :binding_properties)
  SENSITIVE = []
  include Aws::Structure
end