Class: Aws::AmplifyUIBuilder::Types::UpdateComponentData
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::UpdateComponentData
- Defined in:
- gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Updates and saves all of the information about a component, based on component ID.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#binding_properties ⇒ Hash<String,Types::ComponentBindingPropertiesValue>
The data binding information for the component's properties.
-
#children ⇒ Array<Types::ComponentChild>
The components that are instances of the main component.
-
#collection_properties ⇒ Hash<String,Types::ComponentDataConfiguration>
The configuration for binding a component's properties to a data model.
-
#component_type ⇒ String
The type of the component.
-
#events ⇒ Hash<String,Types::ComponentEvent>
The event configuration for the component.
-
#id ⇒ String
The unique ID of the component to update.
-
#name ⇒ String
The name of the component to update.
-
#overrides ⇒ Hash<String,Hash<String,String>>
Describes the properties that can be overriden to customize the component.
-
#properties ⇒ Hash<String,Types::ComponentProperty>
Describes the component's properties.
-
#schema_version ⇒ String
The schema version of the component when it was imported.
-
#source_id ⇒ String
The unique ID of the component in its original source system, such as Figma.
-
#variants ⇒ Array<Types::ComponentVariant>
A list of the unique variants of the main component being updated.
Instance Attribute Details
#binding_properties ⇒ Hash<String,Types::ComponentBindingPropertiesValue>
The data binding information for the component's properties.
2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2343 class UpdateComponentData < Struct.new( :binding_properties, :children, :collection_properties, :component_type, :events, :id, :name, :overrides, :properties, :schema_version, :source_id, :variants) SENSITIVE = [] include Aws::Structure end |
#children ⇒ Array<Types::ComponentChild>
The components that are instances of the main component.
2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2343 class UpdateComponentData < Struct.new( :binding_properties, :children, :collection_properties, :component_type, :events, :id, :name, :overrides, :properties, :schema_version, :source_id, :variants) SENSITIVE = [] include Aws::Structure end |
#collection_properties ⇒ Hash<String,Types::ComponentDataConfiguration>
The configuration for binding a component's properties to a data model. Use this for a collection component.
2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2343 class UpdateComponentData < Struct.new( :binding_properties, :children, :collection_properties, :component_type, :events, :id, :name, :overrides, :properties, :schema_version, :source_id, :variants) SENSITIVE = [] include Aws::Structure end |
#component_type ⇒ String
The type of the component. This can be an Amplify custom UI component or another custom component.
2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2343 class UpdateComponentData < Struct.new( :binding_properties, :children, :collection_properties, :component_type, :events, :id, :name, :overrides, :properties, :schema_version, :source_id, :variants) SENSITIVE = [] include Aws::Structure end |
#events ⇒ Hash<String,Types::ComponentEvent>
The event configuration for the component. Use for the workflow feature in Amplify Studio that allows you to bind events and actions to components.
2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2343 class UpdateComponentData < Struct.new( :binding_properties, :children, :collection_properties, :component_type, :events, :id, :name, :overrides, :properties, :schema_version, :source_id, :variants) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique ID of the component to update.
2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2343 class UpdateComponentData < Struct.new( :binding_properties, :children, :collection_properties, :component_type, :events, :id, :name, :overrides, :properties, :schema_version, :source_id, :variants) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the component to update.
2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2343 class UpdateComponentData < Struct.new( :binding_properties, :children, :collection_properties, :component_type, :events, :id, :name, :overrides, :properties, :schema_version, :source_id, :variants) SENSITIVE = [] include Aws::Structure end |
#overrides ⇒ Hash<String,Hash<String,String>>
Describes the properties that can be overriden to customize the component.
2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2343 class UpdateComponentData < Struct.new( :binding_properties, :children, :collection_properties, :component_type, :events, :id, :name, :overrides, :properties, :schema_version, :source_id, :variants) SENSITIVE = [] include Aws::Structure end |
#properties ⇒ Hash<String,Types::ComponentProperty>
Describes the component's properties.
2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2343 class UpdateComponentData < Struct.new( :binding_properties, :children, :collection_properties, :component_type, :events, :id, :name, :overrides, :properties, :schema_version, :source_id, :variants) SENSITIVE = [] include Aws::Structure end |
#schema_version ⇒ String
The schema version of the component when it was imported.
2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2343 class UpdateComponentData < Struct.new( :binding_properties, :children, :collection_properties, :component_type, :events, :id, :name, :overrides, :properties, :schema_version, :source_id, :variants) SENSITIVE = [] include Aws::Structure end |
#source_id ⇒ String
The unique ID of the component in its original source system, such as Figma.
2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2343 class UpdateComponentData < Struct.new( :binding_properties, :children, :collection_properties, :component_type, :events, :id, :name, :overrides, :properties, :schema_version, :source_id, :variants) SENSITIVE = [] include Aws::Structure end |
#variants ⇒ Array<Types::ComponentVariant>
A list of the unique variants of the main component being updated.
2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2343 class UpdateComponentData < Struct.new( :binding_properties, :children, :collection_properties, :component_type, :events, :id, :name, :overrides, :properties, :schema_version, :source_id, :variants) SENSITIVE = [] include Aws::Structure end |