You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoTThingsGraph::Types::DissociateEntityFromThingRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DissociateEntityFromThingRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#entity_typeString

The entity type from which to disassociate the thing.

Possible values:

  • DEVICE
  • SERVICE
  • DEVICE_MODEL
  • CAPABILITY
  • STATE
  • ACTION
  • EVENT
  • PROPERTY
  • MAPPING
  • ENUM

Returns:

  • (String)

    The entity type from which to disassociate the thing.

#thing_nameString

The name of the thing to disassociate.

Returns:

  • (String)

    The name of the thing to disassociate.