Class: Aws::AmplifyUIBuilder::Types::ComponentChild

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb

Overview

A nested UI configuration within a parent Component.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#childrenArray<Types::ComponentChild>

The list of ComponentChild instances for this component.

Returns:



725
726
727
728
729
730
731
732
733
734
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 725

class ComponentChild < Struct.new(
  :component_type,
  :name,
  :properties,
  :children,
  :events,
  :source_id)
  SENSITIVE = []
  include Aws::Structure
end

#component_typeString

The type of the child component.

Returns:

  • (String)


725
726
727
728
729
730
731
732
733
734
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 725

class ComponentChild < Struct.new(
  :component_type,
  :name,
  :properties,
  :children,
  :events,
  :source_id)
  SENSITIVE = []
  include Aws::Structure
end

#eventsHash<String,Types::ComponentEvent>

Describes the events that can be raised on the child component. Use for the workflow feature in Amplify Studio that allows you to bind events and actions to components.

Returns:



725
726
727
728
729
730
731
732
733
734
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 725

class ComponentChild < Struct.new(
  :component_type,
  :name,
  :properties,
  :children,
  :events,
  :source_id)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the child component.

Returns:

  • (String)


725
726
727
728
729
730
731
732
733
734
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 725

class ComponentChild < Struct.new(
  :component_type,
  :name,
  :properties,
  :children,
  :events,
  :source_id)
  SENSITIVE = []
  include Aws::Structure
end

#propertiesHash<String,Types::ComponentProperty>

Describes the properties of the child component. You can't specify tags as a valid property for properties.

Returns:



725
726
727
728
729
730
731
732
733
734
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 725

class ComponentChild < Struct.new(
  :component_type,
  :name,
  :properties,
  :children,
  :events,
  :source_id)
  SENSITIVE = []
  include Aws::Structure
end

#source_idString

The unique ID of the child component in its original source system, such as Figma.

Returns:

  • (String)


725
726
727
728
729
730
731
732
733
734
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 725

class ComponentChild < Struct.new(
  :component_type,
  :name,
  :properties,
  :children,
  :events,
  :source_id)
  SENSITIVE = []
  include Aws::Structure
end