Class: Aws::AmplifyUIBuilder::Types::MutationActionSetStateParameter
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::MutationActionSetStateParameter
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Represents the state configuration when an action modifies a property of another element within the same component.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#component_name ⇒ String
The name of the component that is being modified.
-
#property ⇒ String
The name of the component property to apply the state configuration to.
-
#set ⇒ Types::ComponentProperty
The state configuration to assign to the property.
Instance Attribute Details
#component_name ⇒ String
The name of the component that is being modified.
2640 2641 2642 2643 2644 2645 2646 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 2640 class MutationActionSetStateParameter < Struct.new( :component_name, :property, :set) SENSITIVE = [] include Aws::Structure end |
#property ⇒ String
The name of the component property to apply the state configuration to.
2640 2641 2642 2643 2644 2645 2646 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 2640 class MutationActionSetStateParameter < Struct.new( :component_name, :property, :set) SENSITIVE = [] include Aws::Structure end |
#set ⇒ Types::ComponentProperty
The state configuration to assign to the property.
2640 2641 2642 2643 2644 2645 2646 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 2640 class MutationActionSetStateParameter < Struct.new( :component_name, :property, :set) SENSITIVE = [] include Aws::Structure end |