class Aws::IoTTwinMaker::Types::RelationshipValue

A value that associates a component and an entity.

@note When making an API call, you may pass RelationshipValue

data as a hash:

    {
      target_component_name: "Name",
      target_entity_id: "EntityId",
    }

@!attribute [rw] target_component_name

The name of the target component associated with the relationship
value.
@return [String]

@!attribute [rw] target_entity_id

The ID of the target entity associated with this relationship value.
@return [String]

Constants

SENSITIVE