class Aws::IoTThingsGraph::Types::DissociateEntityFromThingRequest

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

data as a hash:

    {
      thing_name: "ThingName", # required
      entity_type: "DEVICE", # required, accepts DEVICE, SERVICE, DEVICE_MODEL, CAPABILITY, STATE, ACTION, EVENT, PROPERTY, MAPPING, ENUM
    }

@!attribute [rw] thing_name

The name of the thing to disassociate.
@return [String]

@!attribute [rw] entity_type

The entity type from which to disassociate the thing.
@return [String]

Constants

SENSITIVE