Class: Aws::AmplifyUIBuilder::Types::ValueMapping

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#display_valueTypes::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

#valueTypes::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