Skip to content

Delete table

async_boto.validation.dynamodb.delete_table

DeleteTableRequest

Bases: BaseModel

Deletes a table and all of its items.

ATTRIBUTE DESCRIPTION
TableName

The name of the table to delete.

TYPE: str

TableName instance-attribute

TableName

DeleteTableResponse

Bases: BaseModel

Response for the DeleteTable operation.

ATTRIBUTE DESCRIPTION
TableDescription

Represents the properties of the table.

TYPE: TableDescription

TableDescription class-attribute instance-attribute

TableDescription = None