Method: Aws::IoTTwinMaker::Types::CreateEntityRequest#composite_components

Defined in:
lib/aws-sdk-iottwinmaker/types.rb

#composite_componentsHash<String,Types::CompositeComponentRequest>

This is an object that maps strings to compositeComponent updates in the request. Each key of the map represents the componentPath of the compositeComponent.

Returns:



673
674
675
676
677
678
679
680
681
682
683
684
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 673

class CreateEntityRequest < Struct.new(
  :workspace_id,
  :entity_id,
  :entity_name,
  :description,
  :components,
  :composite_components,
  :parent_entity_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end