simpledb_get_attributes: Returns all of the attributes associated with the specified...

View source: R/simpledb_operations.R

simpledb_get_attributesR Documentation

Returns all of the attributes associated with the specified item

Description

Returns all of the attributes associated with the specified item. Optionally, the attributes returned can be limited to one or more attributes by specifying an attribute name parameter.

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

Usage

simpledb_get_attributes(
  DomainName,
  ItemName,
  AttributeNames = NULL,
  ConsistentRead = NULL
)

Arguments

DomainName

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

ItemName

[required] The name of the item.

AttributeNames

The names of the attributes.

ConsistentRead

Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.


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