class Aws::IoTThingsGraph::Types::AssociateEntityToThingRequest

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

data as a hash:

    {
      thing_name: "ThingName", # required
      entity_id: "Urn", # required
      namespace_version: 1,
    }

@!attribute [rw] thing_name

The name of the thing to which the entity is to be associated.
@return [String]

@!attribute [rw] entity_id

The ID of the device to be associated with the thing.

The ID should be in the following format.

`urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME`
@return [String]

@!attribute [rw] namespace_version

The version of the user's namespace. Defaults to the latest version
of the user's namespace.
@return [Integer]

Constants

SENSITIVE