Skip to content

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: AttributeValueDict

TableName

The name of the table from which to retrieve the specified item.

TYPE: constr(min_length=1, max_length=1024)

ExpressionAttributeNames

One or more substitution tokens for attribute names in the ProjectionExpression parameter.

TYPE: Optional[Dict[str, str]]

ProjectionExpression

A string that identifies one or more attributes of the specified item to retrieve from the table.

TYPE: Optional[str]

Key instance-attribute

Key

TableName instance-attribute

TableName

ExpressionAttributeNames class-attribute instance-attribute

ExpressionAttributeNames = None

ProjectionExpression class-attribute instance-attribute

ProjectionExpression = None