Class: Aws::AmplifyUIBuilder::Types::ComponentPropertyBindingProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::ComponentPropertyBindingProperties
- Defined in:
- gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Associates a component property to a binding property. This enables exposed properties on the top level component to propagate data to the component's property values.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field ⇒ String
The data field to bind the property to.
-
#property ⇒ String
The component property to bind to the data field.
Instance Attribute Details
#field ⇒ String
The data field to bind the property to.
951 952 953 954 955 956 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 951 class ComponentPropertyBindingProperties < Struct.new( :property, :field) SENSITIVE = [] include Aws::Structure end |
#property ⇒ String
The component property to bind to the data field.
951 952 953 954 955 956 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 951 class ComponentPropertyBindingProperties < Struct.new( :property, :field) SENSITIVE = [] include Aws::Structure end |