class Aws::IoTTwinMaker::Types::EntityPropertyReference

An object that uniquely identifies an entity property.

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

data as a hash:

    {
      component_name: "Name",
      entity_id: "EntityId",
      external_id_property: {
        "String" => "String",
      },
      property_name: "Name", # required
    }

@!attribute [rw] component_name

The name of the component.
@return [String]

@!attribute [rw] entity_id

The ID of the entity.
@return [String]

@!attribute [rw] external_id_property

A mapping of external IDs to property names. External IDs uniquely
identify properties from external data stores.
@return [Hash<String,String>]

@!attribute [rw] property_name

The name of the property.
@return [String]

Constants

SENSITIVE