Class: Aws::AmplifyUIBuilder::Types::ValueMappings
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::ValueMappings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Represents the data binding configuration for a value map.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#binding_properties ⇒ Hash<String,Types::FormInputBindingPropertiesValue>
The information to bind fields to data at runtime.
-
#values ⇒ Array<Types::ValueMapping>
The value and display value pairs.
Instance Attribute Details
#binding_properties ⇒ Hash<String,Types::FormInputBindingPropertiesValue>
The information to bind fields to data at runtime.
3554 3555 3556 3557 3558 3559 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 3554 class ValueMappings < Struct.new( :values, :binding_properties) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<Types::ValueMapping>
The value and display value pairs.
3554 3555 3556 3557 3558 3559 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 3554 class ValueMappings < Struct.new( :values, :binding_properties) SENSITIVE = [] include Aws::Structure end |