simpledb_delete_attributes: Deletes one or more attributes associated with an item

View source: R/simpledb_operations.R

simpledb_delete_attributesR Documentation

Deletes one or more attributes associated with an item

Description

Deletes one or more attributes associated with an item. If all attributes of the item are deleted, the item is deleted.

See https://www.paws-r-sdk.com/docs/simpledb_delete_attributes/ for full documentation.

Usage

simpledb_delete_attributes(
  DomainName,
  ItemName,
  Attributes = NULL,
  Expected = NULL
)

Arguments

DomainName

[required] The name of the domain in which to perform the operation.

ItemName

[required] The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.

Attributes

A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.

Expected

The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.