Class: Aws::AmplifyUIBuilder::Types::MutationActionSetStateParameter

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-amplifyuibuilder/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

Instance Attribute Details

#component_nameString

The name of the component that is being modified.

Returns:

  • (String)


2640
2641
2642
2643
2644
2645
2646
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2640

class MutationActionSetStateParameter < Struct.new(
  :component_name,
  :property,
  :set)
  SENSITIVE = []
  include Aws::Structure
end

#propertyString

The name of the component property to apply the state configuration to.

Returns:

  • (String)


2640
2641
2642
2643
2644
2645
2646
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2640

class MutationActionSetStateParameter < Struct.new(
  :component_name,
  :property,
  :set)
  SENSITIVE = []
  include Aws::Structure
end

#setTypes::ComponentProperty

The state configuration to assign to the property.



2640
2641
2642
2643
2644
2645
2646
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2640

class MutationActionSetStateParameter < Struct.new(
  :component_name,
  :property,
  :set)
  SENSITIVE = []
  include Aws::Structure
end