Skip to main content

delete_table

Function delete_table 

Source
pub async fn delete_table(
    client: &Client,
    table_name: impl Into<String>,
) -> Result<DeleteTableOutput, Error>