class Aws::DynamoDB::Table

def delete(options = {})

Returns:
  • (Types::DeleteTableOutput) -

Parameters:
  • options (Hash) -- ({})

Other tags:
    Example: Request syntax with placeholder values -
def delete(options = {})
  options = options.merge(table_name: @name)
  resp = @client.delete_table(options)
  resp.data
end