Class: Aws::AmplifyUIBuilder::Types::ComponentPropertyBindingProperties

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

Instance Attribute Details

#fieldString

The data field to bind the property to.

Returns:

  • (String)


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

#propertyString

The component property to bind to the data field.

Returns:

  • (String)


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