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.
3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3277 class UpdateComponentData < Struct.new( :id, :name, :source_id, :component_type, :properties, :children, :variants, :overrides, :binding_properties, :collection_properties, :events, :schema_version) SENSITIVE = [] include Aws::Structure end |
#children ⇒ Array<Types::ComponentChild>
The components that are instances of the main component.
3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3277 class UpdateComponentData < Struct.new( :id, :name, :source_id, :component_type, :properties, :children, :variants, :overrides, :binding_properties, :collection_properties, :events, :schema_version) 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.
3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3277 class UpdateComponentData < Struct.new( :id, :name, :source_id, :component_type, :properties, :children, :variants, :overrides, :binding_properties, :collection_properties, :events, :schema_version) 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.
3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3277 class UpdateComponentData < Struct.new( :id, :name, :source_id, :component_type, :properties, :children, :variants, :overrides, :binding_properties, :collection_properties, :events, :schema_version) 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.
3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3277 class UpdateComponentData < Struct.new( :id, :name, :source_id, :component_type, :properties, :children, :variants, :overrides, :binding_properties, :collection_properties, :events, :schema_version) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique ID of the component to update.
3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3277 class UpdateComponentData < Struct.new( :id, :name, :source_id, :component_type, :properties, :children, :variants, :overrides, :binding_properties, :collection_properties, :events, :schema_version) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the component to update.
3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3277 class UpdateComponentData < Struct.new( :id, :name, :source_id, :component_type, :properties, :children, :variants, :overrides, :binding_properties, :collection_properties, :events, :schema_version) SENSITIVE = [] include Aws::Structure end |
#overrides ⇒ Hash<String,Hash<String,String>>
Describes the properties that can be overriden to customize the component.
3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3277 class UpdateComponentData < Struct.new( :id, :name, :source_id, :component_type, :properties, :children, :variants, :overrides, :binding_properties, :collection_properties, :events, :schema_version) SENSITIVE = [] include Aws::Structure end |
#properties ⇒ Hash<String,Types::ComponentProperty>
Describes the component's properties.
3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3277 class UpdateComponentData < Struct.new( :id, :name, :source_id, :component_type, :properties, :children, :variants, :overrides, :binding_properties, :collection_properties, :events, :schema_version) SENSITIVE = [] include Aws::Structure end |
#schema_version ⇒ String
The schema version of the component when it was imported.
3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3277 class UpdateComponentData < Struct.new( :id, :name, :source_id, :component_type, :properties, :children, :variants, :overrides, :binding_properties, :collection_properties, :events, :schema_version) SENSITIVE = [] include Aws::Structure end |
#source_id ⇒ String
The unique ID of the component in its original source system, such as Figma.
3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3277 class UpdateComponentData < Struct.new( :id, :name, :source_id, :component_type, :properties, :children, :variants, :overrides, :binding_properties, :collection_properties, :events, :schema_version) SENSITIVE = [] include Aws::Structure end |
#variants ⇒ Array<Types::ComponentVariant>
A list of the unique variants of the main component being updated.
3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3277 class UpdateComponentData < Struct.new( :id, :name, :source_id, :component_type, :properties, :children, :variants, :overrides, :binding_properties, :collection_properties, :events, :schema_version) SENSITIVE = [] include Aws::Structure end |