Class: Aws::AmplifyUIBuilder::Types::ComponentBindingPropertiesValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::ComponentBindingPropertiesValue
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Represents the data binding configuration for a component at runtime. You can use ‘ComponentBindingPropertiesValue` to add exposed properties to a component to allow different values to be entered when a component is reused in different places in an app.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#binding_properties ⇒ Types::ComponentBindingPropertiesValueProperties
Describes the properties to customize with data at runtime.
-
#default_value ⇒ String
The default value of the property.
-
#type ⇒ String
The property type.
Instance Attribute Details
#binding_properties ⇒ Types::ComponentBindingPropertiesValueProperties
Describes the properties to customize with data at runtime.
632 633 634 635 636 637 638 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 632 class ComponentBindingPropertiesValue < Struct.new( :type, :binding_properties, :default_value) SENSITIVE = [] include Aws::Structure end |
#default_value ⇒ String
The default value of the property.
632 633 634 635 636 637 638 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 632 class ComponentBindingPropertiesValue < Struct.new( :type, :binding_properties, :default_value) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The property type.
632 633 634 635 636 637 638 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 632 class ComponentBindingPropertiesValue < Struct.new( :type, :binding_properties, :default_value) SENSITIVE = [] include Aws::Structure end |