Class: Aws::AmplifyUIBuilder::Types::ValueMapping
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::ValueMapping
- Defined in:
- gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Associates a complex object with a display value. Use ValueMapping
to store how to represent complex objects when they are displayed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#display_value ⇒ Types::FormInputValueProperty
The value to display for the complex object.
-
#value ⇒ Types::FormInputValueProperty
The complex object.
Instance Attribute Details
#display_value ⇒ Types::FormInputValueProperty
The value to display for the complex object.
3535 3536 3537 3538 3539 3540 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3535 class ValueMapping < Struct.new( :display_value, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Types::FormInputValueProperty
The complex object.
3535 3536 3537 3538 3539 3540 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3535 class ValueMapping < Struct.new( :display_value, :value) SENSITIVE = [] include Aws::Structure end |