Class: Aws::AmplifyUIBuilder::Types::FormInputBindingPropertiesValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::FormInputBindingPropertiesValue
- Includes:
- Structure
- Defined in:
- 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
-
#binding_properties ⇒ Types::FormInputBindingPropertiesValueProperties
Describes the properties to customize with data at runtime.
-
#type ⇒ String
The property type.
Instance Attribute Details
#binding_properties ⇒ Types::FormInputBindingPropertiesValueProperties
Describes the properties to customize with data at runtime.
2019 2020 2021 2022 2023 2024 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 2019 class FormInputBindingPropertiesValue < Struct.new( :type, :binding_properties) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The property type.
2019 2020 2021 2022 2023 2024 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 2019 class FormInputBindingPropertiesValue < Struct.new( :type, :binding_properties) SENSITIVE = [] include Aws::Structure end |