class Aws::IoTTwinMaker::Types::DeleteEntityRequest

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

data as a hash:

    {
      entity_id: "EntityId", # required
      is_recursive: false,
      workspace_id: "Id", # required
    }

@!attribute [rw] entity_id

The ID of the entity to delete.
@return [String]

@!attribute [rw] is_recursive

A Boolean value that specifies whether the operation deletes child
entities.
@return [Boolean]

@!attribute [rw] workspace_id

The ID of the workspace that contains the entity to delete.
@return [String]

Constants

SENSITIVE