Get
async_boto.validation.dynamodb.data_types.get
Get
Bases: BaseModel
Specifies an item and related attribute values to retrieve in a TransactGetItem object.
| ATTRIBUTE | DESCRIPTION |
|---|---|
Key |
A map of attribute names to AttributeValue objects that specifies the primary key of the item to retrieve.
TYPE:
|
TableName |
The name of the table from which to retrieve the specified item.
TYPE:
|
ExpressionAttributeNames |
One or more substitution tokens for attribute names in the ProjectionExpression parameter.
TYPE:
|
ProjectionExpression |
A string that identifies one or more attributes of the specified item to retrieve from the table.
TYPE:
|
Key
instance-attribute
Key
TableName
instance-attribute
TableName
ExpressionAttributeNames
class-attribute
instance-attribute
ExpressionAttributeNames = None
ProjectionExpression
class-attribute
instance-attribute
ProjectionExpression = None