class Aws::DynamoDB::Types::DeleteTableInput

Represents the input of a `DeleteTable` operation.

@note When making an API call, you may pass DeleteTableInput

data as a hash:

    {
      table_name: "TableName", # required
    }

@!attribute [rw] table_name

The name of the table to delete.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/DeleteTableInput AWS API Documentation

Constants

SENSITIVE