class Aws::DynamoDB::Types::DeleteTableInput
@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/DeleteTableInput AWS API Documentation
@return [String]
The name of the table to delete.
@!attribute [rw] table_name
}
table_name: “TableName”, # required
{
data as a hash:
@note When making an API call, you may pass DeleteTableInput
Represents the input of a ‘DeleteTable` operation.