- Navigation Guide
@aws-sdk/client-keyspaces
DeleteTableCommandInput Interface
The input for DeleteTableCommand.
Members
Name | Type | Details |
---|---|---|
keyspaceName Required | string | undefined | The name of the keyspace of the to be deleted table. |
tableName Required | string | undefined | The name of the table to be deleted. |
Full Signature
export interface DeleteTableCommandInput extends DeleteTableRequest