v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14205164.2 KB

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.

If the item does not exist on the replica that was accessed for this operation, an empty set is returned. The system does not return an error as it cannot guarantee the item does not exist on other replicas.

If GetAttributes is called without being passed any attribute names, all the attributes for the item are returned.

get/#Action=GetAttributes

Query parameters

DomainNamestring required

The name of the domain in which to perform the operation.

ItemNamestring required

The name of the item.

AttributeNamesstring[]

The names of the attributes.

ConsistentReadboolean

Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If <code>true</code>, 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.

Action'GetAttributes' required
Version'2009-04-15' required

Response

Success